ok so im new with the program and for my project (its a simple project to help us get started with this program) i want to make an animal look like its levitating. any ideas??? i have no idea how this program works so any help will be great! THANKS!
Offline
I'm not sure what you want to have happen. Since you can move objects wherever you want, having them ignore gravity (levitate) is easy. It is actually harder to make them look like they *are* affected by gravity.
Offline
For that kind of levitating effect, you can use something like:
[blocks]
<repeat( 20
<wait( .2 seconds
<change y by( 1
<wait( .2 seconds
<change y by( -1
[/blocks]
You can see on my project I used forever instead of repeat to keep it going forever. I'll be interested to hear what you decide to make.
Offline
Lots of folks would be happy to help, but, as Kevin pointed out, you'll need to describe what "levitating" should look like.
I would imagine that having a sprite move up and down slowly between two levels would look like levitation, do you want it to move left/right as well? Do you want the user to be able to control the motion in any way?
Does this demo come close to what you want?
http://scratch.mit.edu/projects/EdnaC/48211
Last edited by EdnaC (2007-10-26 09:22:09)
Offline
try mine, its below
Offline
thanks for the help!
after reviewing and watching how ppl did their levitations, im getting mine
im making him glide and then im working on making the hippo look like hes flying.
THANK YOU EVERYONE!
if i need more help ill make sure to ask
Offline