Is it possible to make a variable hide/show automaticly? - Im making a game and I want the level to hide when green flag is pressed but show when the intoduction is finished - does anyone know how I could possibly do it? Please help
Offline
So... You have a variable named "Level", right?
Well, put this:
when gf clicked hide variable [level v]Then, you have a broadcast sent when the introduction is finished, and then put this:
when i receive [introduction finished v] show variable [level v]These scripts can be put in any sprite or even the stage, so wherever you want to stick them is fine since they have nothing to do with any sprite.
Offline
oh yeah theres a show/hide variable lol i totally forgot about that - thanks for your help it really helped alot thx - thanks
Offline
No problem, glad i could help.
Good luck on your project.
Regards,
CAA14
Offline