This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-12-05 13:19:16

13ngel1
New Scratcher
Registered: 2010-09-12
Posts: 5

How to make sprite start at beginning?

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

 

#2 2010-12-05 13:36:33

yoshidude56
Scratcher
Registered: 2010-01-12
Posts: 100+

Re: How to make sprite start at beginning?

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 sad  )y sad
<end>


http://i46.tinypic.com/2ut2ir4.png

Offline

 

#3 2010-12-05 13:37:57

yoshidude56
Scratcher
Registered: 2010-01-12
Posts: 100+

Re: How to make sprite start at beginning?

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 sad  )y sad
<end>

Wow that script failed. You understand it, right?

Last edited by yoshidude56 (2010-12-05 13:38:22)


http://i46.tinypic.com/2ut2ir4.png

Offline

 

Board footer