Forum Topics tagged global

Report Tag

38 forum topics with this tag
  • 5 replies
  • 280 views

I have been humming along using instance variables and have found that in order to set a random # I have to put the setting bit of it as a global variable but i...

  • 1 replies
  • 191 views
This content is deleted
Forum Topic
Global Variables
0 favourites

How do I keep the score to continue to my next layout ? //christian.

  • 2 replies
  • 242 views
0 favourites

About a year ago I made a simple 'what character are you' style quiz with. 16 possible results. Every now and again I got some feedback and found people always...

  • 5 replies
  • 335 views
This content is deleted
Forum Topic
Where do I set Gravity to be 0?
0 favourites

I've done a lot of Googling and read the manual, and I can't find a specific answer or screenshot of where this setting is. How do I set the Gravity in a game t...

  • 0 replies
  • 149 views
This content is deleted
Forum Topic
runtime is undefined
0 favourites

Thanks in advance for your help. I'm trying to set a global variable through Javascript but it's not working, so I tried to do simple debugging. I've created a...

  • 2 replies
  • 156 views
This content is deleted
Forum Topic
How do I propagate global layer changes?
0 favourites

Been using C3 for years, but I don't remember having this issue until now. I have a global UI layer, but the changes I do on it, don't propagate to the other UI...

posted 8 months ago
  • 4 replies
  • 123 views
This content is deleted
Forum Topic
How do I make objects not reset when leaving layout?
0 favourites

I have some object sprites that symbolize equipment. They all have a number for which slot they're. "Slot 1" for example is the weapon slot. The weapon is set d...

  • 13 replies
  • 138 views
This content is deleted
Forum Topic
Global Variable is not subtracting after pressing button
0 favourites

I'm trying to reset a variable to zero after pressing keyboard button. In this case, clicking until zero. When I click to zero, the text correctly displays coun...