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

#1 2008-11-11 23:20:24

jamie
Scratcher
Registered: 2007-03-28
Posts: 100+

How do I make a sprite draggle?

Title says it all. How do I make a sprite draggle?

My project works fine in the Scratch editor, but it obviously won't work in the web version because you can't drag anything.


Check out my flash game site at http://subgaming.net/

Offline

 

#2 2008-11-12 03:36:31

bart9032
Scratcher
Registered: 2008-06-16
Posts: 100+

Re: How do I make a sprite draggle?

maybe you need a script to do it like this
[blocks]<when green flag clicked>
<forever>
<if><<<mouse down?>  <and> <touching[ mouse pointer >>
<go to[ mouse pointer
<end>
<end>[/blocks]
This should help


Hi, my name is Bartholomew JoJo 'Bart' Simpson. Nice to meet you,
Actually, no I am not Bart Simpson. I am bart9032  cool

Offline

 

#3 2008-11-12 05:31:22

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

Re: How do I make a sprite draggle?

jamie wrote:

Title says it all. How do I make a sprite draggle?

My project works fine in the Scratch editor, but it obviously won't work in the web version because you can't drag anything.

The easiest way is to unlock the sprite - no scripting necessary.  See this project for how to do that...

http://scratch.mit.edu/projects/blueman64/280974


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

Offline

 

#4 2008-11-14 01:08:59

jamie
Scratcher
Registered: 2007-03-28
Posts: 100+

Re: How do I make a sprite draggle?

Thanks everyone  smile


Check out my flash game site at http://subgaming.net/

Offline

 

Board footer