Content tagged local-variable

Similar Tags

Report Tag

5 usages of this tag
  • 4 replies
  • 460 views
0 favourites

I created a local variable called `rslt` in the function. I thought this would work the same as a function called `num` that the function takes as a parameter....

  • 1 replies
  • 1.1K views
This content is deleted
Forum Topic
Acessing local variables via script
0 favourites

How do I access a local variable from a group in a piece of script? I can do it with global vars with: Runtime.GlobalVars.Varname; How can I do something simila...

posted 3 years ago
  • 3 replies
  • 323 views
0 favourites

Hey all. I asked a question about increasing the value of a global variable and it was resolved. Now I'm curious how to increase the value of a local instance v...

posted 3 years ago
  • 7 replies
  • 530 views
This content is deleted
Forum Topic
local variables overwritten inside one event
0 favourites

I have made a CAPX of a larger example inside a game to demonstrate a problem. If I touch one of the sprites, the sprites instance variable is stored in a local...

posted 3 years ago
  • 2 replies
  • 318 views

I am struggling with retrieving an local instance variable, called "myScore" upon a collision of a bullet with that one to add it to a global score display. Wha...

Similar Tags