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

#1 2012-09-11 21:09:09

BananaDragon
New Scratcher
Registered: 2012-09-07
Posts: 6

Sprite Movement Problem - dragon flies in a squiggly-line

Im trying to make my Sprite dragon fly in a squiggly line as it follows my mouse pointer.  Here is my current script, its pretty straight forward.  Any help would be appreciated.

when gf clicked
forever
   move 1 step
   point towards [mouse-pointer]
end
Hope this transfer works:
/Users/Max/Desktop/Dragon's Flight Pattern.tif



ALSO, I am currently molding the dragon into a form of CPU behavioral-replicant and I was curious if anyone else has attempted this before and to what degree of success? Again, thank you so much for your time and input :)

Offline

 

#2 2012-09-12 12:12:35

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Sprite Movement Problem - dragon flies in a squiggly-line

when gf clicked
forever
point towards <[mouse pointer]-number>
move [a few]steps
point towards <[mouse pointer]+number>
move [several more]steps
end
hope this helps! (by the script workshop)

NOTE:the transfer doesn't work

Last edited by dvd4 (2012-09-12 12:12:54)


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

Board footer