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

#1 2009-02-06 19:23:57

bingbongwong01
Scratcher
Registered: 2009-02-04
Posts: 8

How to spin a sprite

Can someone tell me how to spin a sprite. I know how to turn but i want to know how to spin. quick response please!

Offline

 

#2 2009-02-06 20:13:08

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: How to spin a sprite

What do you mean by spin?

<forever>
  <turn cw( number )degrees>
<end>[/blocks]
If that's not it I don't know what you're looking for. Please elaborate.

Offline

 

#3 2009-02-06 22:16:26

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: How to spin a sprite

I think maybe you are looking for a 3D spin here.  There is nothing built-in to Scratch that lets you do that.  The technique involves building a 3D model in a modeling program like Blender or Google Sketch-up.  Then, you spin the model in the modeling program and take image snapshots as it spins.  The last step is to import the images into Scratch as costumes on a sprite and writing a script that will change the costumes the way you want.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#4 2009-02-07 21:05:10

bingbongwong01
Scratcher
Registered: 2009-02-04
Posts: 8

Re: How to spin a sprite

o thanks nevermind i figured out how to do it.
thanks for the replies!

Offline

 

Board footer