I want it so that when my rabbit sprit touches the finish post it goes onto the next background and stays there untill you press a number then when you press the number it goes to it next spot in the next level.
If I have to use seperate spites it does not matter but please show me what to do
Offline
On the rabbit sprite:
when gf clicked wait until < touching [finish post v] > hide broadcast [next level v]Then on the backround:
When I receive [next level v] next backround wait until < [1 v] key pressed > broadcast [sprite start v]Then on the rabbit again:
When I receive [sprite start v] go to x: [whereever] y: [whereever] show
Last edited by pi3 (2012-05-01 16:12:03)
Offline
pi3 wrote:
On the rabbit sprite:
when gf clicked wait until < touching [finish post v]? > hide broadcast [next level v]Then on the backround:When I receive [next level v] next background wait until < [1 v] key pressed? > broadcast [sprite start v]Then on the rabbit again:When I receive [sprite start v] go to x: [whereever] y: [whereever] show
I [fixed v] the scripts [a little bit v]
Offline
AgentRoop wrote:
pi3 wrote:
On the rabbit sprite:
when gf clicked wait until < touching [finish post v]? > hide broadcast [next level v]Then on the backround:When I receive [next level v] next background wait until < [1 v] key pressed? > broadcast [sprite start v]Then on the rabbit again:When I receive [sprite start v] go to x: [whereever] y: [whereever] showI [fixed v] the scripts [a little bit v]
Thanks!
Last edited by pi3 (2012-05-01 18:45:17)
Offline