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

#1 2013-02-17 07:54:29

olayemi2003
Scratcher
Registered: 2013-01-18
Posts: 34

i need help with script

you know the scratch screen have a end line, but i want to make a script, when it
reach the end line it show another picture.




any answer please write here.

Offline

 

#2 2013-02-17 10:34:03

bob6
Scratcher
Registered: 2010-07-01
Posts: 100+

Re: i need help with script

Can you describe it more accurately? I don't know what you're talking about.

Is it that you need to scroll down? Or you need to add an action after, let's say, a "forever" loop? You need to add an action after the "stop script" block? Or what?


http://i46.tinypic.com/3148ksz.gif

Offline

 

#3 2013-02-17 15:13:21

bataglia5
Scratcher
Registered: 2013-02-13
Posts: 3

Re: i need help with script

Make A Sprite That's A Small Dot Then Have It Say

 
when gf clicked
wait until <touching sprite1 >
broadcast [next backround v]
Then In Stage Put

when i recieve [backround v]
switch to backround [backround2]

Offline

 

#4 2013-02-22 22:56:22

olayemi2003
Scratcher
Registered: 2013-01-18
Posts: 34

Re: i need help with script

for BOB6:
like know i'm making a game, for example the player is in level one, when the player reach
the edge of the screen, the player go to level two
i hope you understand.

for Bataglia:
thank you for that answer but that not what i mean.

Offline

 

#5 2013-02-22 22:59:17

bob6
Scratcher
Registered: 2010-07-01
Posts: 100+

Re: i need help with script

Well, in that case you have to create a very narrow and vertically long sprite outside the screen called a sensor. When your player touches this sensor, broadcast "switch level" and now you can switch to a new level.


http://i46.tinypic.com/3148ksz.gif

Offline

 

#6 2013-02-22 23:21:52

olayemi2003
Scratcher
Registered: 2013-01-18
Posts: 34

Re: i need help with script

thank you bob6

Offline

 

Board footer