Hi people,
anyone can clarify some doubts for me please ?
I released a game early this year - Droid Bounce Extended -
u can play it here on Arcade :)
and the Scoring system is not working anymore :((
1) i am using a global variable called "varscore".
and an event like this :
System > Every tick > TextBox Score > Set text to "" & varscore
it?s inside a Layout called GLOBAL, which holds all levels organized by groups.
Inside the Group Level01, i have another group called "Coins"
Inside group "Coins" i have a sprite ( coin ) , and it must hit the player. So there is an event inside this group:
Coin > on collision with Player > System > Add 2 to varscore
OK, BUT :
2) I have another layout called "Control_Level01" that controls the starting order of some groups of the Layout GLOBAL.
Inside this layout i have the event:
System > On Start of layout > Set group "Level01" Activated
System > On Start of layout > Set group "Coin" Activated
So, as i said, it worked fine before, but now the textbox is not adding value when the player get coins...
Thanks,