I am having trouble with making a sprite start at the beginning position.
For example, I am trying to make a frogger clone, and there are 5 points across the road which my main sprite needs to touch.
I want my main sprite to teleport back to where it started, instead of stay in the same place.
What are the scripts for this?
Thanks!
13ngel1
Offline
13ngel1 wrote:
I am having trouble with making a sprite start at the beginning position.
For example, I am trying to make a frogger clone, and there are 5 points across the road which my main sprite needs to touch.
I want my main sprite to teleport back to where it started, instead of stay in the same place.
What are the scripts for this?
Thanks!
13ngel1
<when green flag clicked>
<forever if><touching[
<go to x )y
<end>
Offline
yoshidude56 wrote:
13ngel1 wrote:
I am having trouble with making a sprite start at the beginning position.
For example, I am trying to make a frogger clone, and there are 5 points across the road which my main sprite needs to touch.
I want my main sprite to teleport back to where it started, instead of stay in the same place.
What are the scripts for this?
Thanks!
13ngel1<when green flag clicked>
<forever if><touching[
<go to x)y
![]()
<end>
Wow that script failed. You understand it, right?
Last edited by yoshidude56 (2010-12-05 13:38:22)
Offline