I am doing a diving maze game, And Im stuck on a few things:
I want my diver to go to the start if he hits the shark or a colour (The colour of the maze), but neither of the codes I've entered worked.
I want the chest to be behind the diver when he reaches it.
I want the chest to change costume when the diver reaches it.
Can you tell me the correct codes?
And the co-ordinates for the start is x: -213 y: 158
Thanks!
Offline
You need to be a little more specific in what you know how to do, cause i have some advanced techniques but i don't know if you know them, but i think i get it. Try this:
<when green flag clicked>
<forever if touching color ....>
<go to x:(wherever you want )y:(wherever you want
<end>
That should do it.
Offline
Blaziken_99 wrote:
I want my diver to go to the start if he hits the shark or a colour (The colour of the maze), but neither of the codes I've entered worked.
[blocks]
<if><< <touching color[ mazecolor <or> <touching[ shark >>
<go to x -213 )y 158
<end>[/blocks]
I want the chest to be behind the diver when he reaches it.
select the diver, and double click the
[blocks]
<go to front>[/blocks]
block.
I want the chest to change costume when the diver reaches it.
[blocks]
<if><touching[ diver
<next costume>
<end>[/blocks]
Last edited by floppy_gunk (2011-03-02 22:53:28)
Offline