Hello everyone. First I would like to say how awsome Construct is, and how thankful I am for all of you guys for creating it. Ok on to my question I'm makeing a simple game and I'm having a problem.
I can't figure out how to make objects fall and stack up. Example: I click a block and drag it to the top of the screen, once I release it should fall down untill it hits another object. I tried to find an if statment in the events but I havent found one.
Simple Idea in psudeocode (Sort of)
Start
IF "Block1" NOT collision = true
Block1.z = -1
ENDIF
I don't know if that makes sense to you or not, but if you don't understand I'll try to explain more.