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

#1 2012-06-21 19:43:13

Rorooow
New Scratcher
Registered: 2012-06-19
Posts: 1

I need some help with an object that fall and have effect on graund!!!

Ok this I think it is a bit complex because I want to make an object fall on the other, but if this is way too heavy or is off limits, I want the object to fall from side to side agree to pass the stand.
Hoping you can help in any way, thank you.

Offline

 

#2 2012-06-21 21:11:58

cbcollab
Scratcher
Registered: 2011-10-30
Posts: 38

Re: I need some help with an object that fall and have effect on graund!!!

can you tell me more specifically what you mean? all I got is that you want an object (sprite) to fall on another object (another sprite).  I don't really get what you mean with the other stuff though.


http://i40.tinypic.com/2z9i2c3.png

Offline

 

#3 2012-06-21 22:23:25

wahoo77
New Scratcher
Registered: 2012-06-17
Posts: 27

Re: I need some help with an object that fall and have effect on graund!!!

set a variable called weight and then use this code

when touching [sprite1]//the falling sprite
if <(weight) > [x]>//the weight at witch you want the sprite to do something
    do whatever
end

Offline

 

Board footer