I am trying to change my backgrounds, and it is working, but whenever I want to switch to another background, it follows the script for my very first background. I want my backgrounds to to have their own independent scripts. Thank you!
Offline
digitalgreen13 wrote:
I am trying to change my backgrounds, and it is working, but whenever I want to switch to another background, it follows the script for my very first background. I want my backgrounds to to have their own independent scripts. Thank you!
when gf clicked switch to background ( thing 1 v) do whatever switch to background ( thing 2 v) endIs that what you mean?
Last edited by fillergames (2012-12-18 16:13:06)
Offline
If you are making a platform level and you want to go to another background when you complete it then you should first make a variable called 'Level' then put this script on the stage.
when gf clicked switch to [background1] wait until < (level) = [2] > switch to [background2]And put on your sprite
when gf clicked forever if < doing whatever > change [level] by (1)
I hope this helps
Offline