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

#1 2008-11-18 20:59:48

crazer101
Scratcher
Registered: 2008-05-08
Posts: 5

stop sprite scripts block

i had this really cool idea of a block in control that whenever used, it cancels all of the sprite's scripts!

Offline

 

#2 2008-11-18 21:04:55

deatheater
Scratcher
Registered: 2008-04-11
Posts: 1000+

Re: stop sprite scripts block

<stop script>

Theres that block

Offline

 

#3 2008-11-18 21:31:33

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: stop sprite scripts block

deatheater wrote:

<stop script>

Theres that block

[blocks]That only stops the one script. He/she means every script in the sprite.


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#4 2008-11-19 18:41:10

deatheater
Scratcher
Registered: 2008-04-11
Posts: 1000+

Re: stop sprite scripts block

have every script have

<{ script stop }>

A variable like that and have this in the script

<if><( ( <{ script stop }> <=> 1 )>
<stop script>

smile

Offline

 

Board footer