object moving up, not moving the object on it

fzeedfzeed Member Posts: 247
edited November -1 in Working with GS (Mac)
I have a block that slowly rises up. On it rest something your not supposed to touch. It sits on the block, and as the block rises up i want the object to stay on top therefore it would move up too. For some reason its not working. The object is set to collide with the block and the object has movable checked. The block does not have movable checked, i make it move up with a timer and self.y=self.y+1 (block moves no problem)
Am i missing something? I really don't want to increment the Y of the object using the timer unless thats the only way.

Comments

Sign In or Register to comment.