Need help with Actor movement
koko31
Member Posts: 13
Hi, I'm trying to move an actor to a specific spot on the screen. However when I used these rules, the actor just keeps going off the screen.
Move to
->: self position x +240 up: self position y
Sorry it may be a stupid question but I'm new to gamesalad
Thanks
Move to
->: self position x +240 up: self position y
Sorry it may be a stupid question but I'm new to gamesalad
Thanks
Comments
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
In that behaviour just
interpolate attribute: the X position of your actor
to self position x +240
Then put in how long you want it to take.
Should be simple!
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
koko31