I know how to brodcast backrounds, but can I change the script for each costume? Whenever I beat a level of my game all it does is go to costume 2, since all the scripts have to be the same. Can I change this? Or is there another way around it? Help would be greatly appreciated.
Offline
ypu could try
[blocks]
<if><( <costume=1> )>
(your script here)
<end>
than
<if><( <costume=2> )>
(your script here)
<end>
ect
[/blocks]
Last edited by slayerrobe7 (2011-10-01 14:01:02)
Offline
slayerrobe7 wrote:
ypu could try
[blocks]
<if><( costume=1 )>
(your script here)
<end>
than
<if><( costume=2 )>
(your script here)
<end>
ect
[/blocks]
That will work
Offline