Page 1 of 1

Looping Button Move To Panel

PostPosted: Tue Jul 19, 2005 9:04 pm
by Just4Fun
What about a Loop Button Feature for this panel?

That way, if I want to move my Actor using the Key Down Panel, I could repeat the movement by simply selecting a Loop Button on the Move To Panel.

The idea is to allow for perpetual movement on the keydown or mousedown event without using the Script Editor.

:?: :?: :?:

PostPosted: Wed Jul 20, 2005 2:20 am
by makslane
Instead use a code like "x = x + 5" in Script Editor,
you can use Move To with:

Actor: Event Actor
Relative to: Event Actor
Position: x = 5, y = 0
Velocity: 5

PostPosted: Wed Jul 20, 2005 9:04 pm
by Just4Fun
:D

Kool. Now I understand! Select the "Event Actor" for "Relative to". Thanks. I've been using the Script Editor for this. Game Editor is such a neat program!!