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

#1 2012-08-01 19:38:49

LegonGames
New Scratcher
Registered: 2012-08-01
Posts: 3

Spinning

I recently uploaded my Logo onto the scratch web site, but when I try it, one of my sprites keep spinning when they should not.

Offline

 

#2 2012-08-01 20:41:38

destructo-serpent
Scratcher
Registered: 2012-07-25
Posts: 1000+

Re: Spinning

is there a forever on it? try setting it with a repeat until size = whatever

Offline

 

#3 2012-08-01 20:49:20

destructo-serpent
Scratcher
Registered: 2012-07-25
Posts: 1000+

Re: Spinning

repeat until < (size) = [the size it expands to]
turn cw (15) degrees
end
[/scratchblocks]

Offline

 

#4 2012-08-01 20:55:42

destructo-serpent
Scratcher
Registered: 2012-07-25
Posts: 1000+

Re: Spinning

destructo-serpent wrote:

repeat until < (size) = [max size] >
turn cw (15) degrees //change that for speed
end

Offline

 

#5 2012-08-01 21:01:01

destructo-serpent
Scratcher
Registered: 2012-07-25
Posts: 1000+

Re: Spinning

ok my mistake i didnt look at your scripting replace stop script with stop all

Offline

 

Board footer