How to get actor to move to another actor?
izzydogham
Member Posts: 24
Basically im trying to get my main character to move towards and attach itself to a wheel that constantly spins when i press on the mouse.
I can't get my main character to move towards the wheel! The wheel rotates counter-clockwise and falls from the top of the screen to the bottom of it real slow.
So here's what ive tried:
Made a game attribute of real type and called it wheelY
Inside wheelY actor constrain bally to self.position.y
Inside maincharacter actor constrain self.position.y to wheely
Any one know how i can accomplish what i want? Thanks in advance!
I can't get my main character to move towards the wheel! The wheel rotates counter-clockwise and falls from the top of the screen to the bottom of it real slow.
So here's what ive tried:
Made a game attribute of real type and called it wheelY
Inside wheelY actor constrain bally to self.position.y
Inside maincharacter actor constrain self.position.y to wheely
Any one know how i can accomplish what i want? Thanks in advance!
Comments
Need Help? Email Me | Templates | Full Game Source Code