Forever if (variable background) = (one you want it to hide in)
Hide
Else
Show
Offline
Offline
I can think of a way. Make a list of background numbers it shows on. Be sure it is For This Sprite Only.
then put
if list of showing background contains costume number of Stage
show
else
hide
Offline
bayded wrote:
Nevermind I figured it out and can you think of a way to change the sprites possiton when changing to a different background? when it changes the background it stays where it left of.
Hm... You mean everytime the background changes, the sprite moves left a little bit?
Offline
bayded wrote:
Nevermind I figured it out and can you think of a way to change the sprites possiton when changing to a different background? when it changes the background it stays where it left off.
That's what he meant. Anyway, just use
[blocks]<forever>
<if><( background# of Stage <=> some # )>
<go to x something )y
something
<end>[/blocks]
Duplicate the "if" and change the numbers as many times as necessary.
Offline
meowmeow55 wrote:
bayded wrote:
Nevermind I figured it out and can you think of a way to change the sprites possiton when changing to a different background? when it changes the background it stays where it left off.
That's what he meant. Anyway, just use
[blocks]<forever>
<if><( background# of Stage <=> some # )>
<go to xsomething )y
something
<end>[/blocks]
Duplicate the "if" and change the numbers as many times as necessary.
Yea I meant that sorry for the typo and thanks !
Offline