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

#1 2007-05-19 20:44:19

TiaandZoe
Scratcher
Registered: 2007-05-19
Posts: 2

how do i make something look like it's floating, like a ghost?

i have the fortune cookie thing, and i wanted to put a new sprite of a girl with a long white skirt in as another passerby, except, i want her to be floating, and kind of going up and down in a ghostlike way....if that's even possible for me to do, could someone please tell me how?

Offline

 

#2 2007-05-19 21:56:23

Greatness
Scratcher
Registered: 2007-05-10
Posts: 19

Re: how do i make something look like it's floating, like a ghost?

you could try this.

USe a Forever block or a repeat block depending on how long you want her to be floating.
Then in that block you can just put commands like:
"change y by -20"
"wait 0.1 sec"
"change y by -20"
"wait 0.1sec"
"change y by 20"
"wait 0.1 sec"
"change y by 20"
"wait 0.1sec"

that will give the effect of going up and down sorta, are better ways im sure but i cant think atm

Offline

 

#3 2007-05-19 22:12:06

TiaandZoe
Scratcher
Registered: 2007-05-19
Posts: 2

Re: how do i make something look like it's floating, like a ghost?

thanks so much..
=]

Offline

 

Board footer