so im making a game, i have made the character shoot etc, but i made it so that when y>100, switch to costume 4. the idea is that when you move him above the ground, he switches to a costume with a jet pack. all help greatly appreciated.
thanks,
NIck
Offline
woops sorry i forgot to say that when the character does pass past 100 (y) it doesnt do it automatically, i have t click the block
Offline
Did you put a "When Green Flag Pressed" at the top and the script in a "forever" block? If there is no "When Green Flag Pressed" it won't start, and if there's no "forever" block, it will only check if y>100 the first frame, then stop checking.
In the end it should look like this:
Offline