Page 1 of 1

Create actor -->Follow Mouse Question

PostPosted: Sun Feb 29, 2004 4:24 am
by Just4Fun
I would like to initially create my Actor at x=3, y=136.

After a "key Down" Event, I would like my Actor to" Follow Mouse".

When I try this using "Create Actor" or "Draw Actor", the Actor will not "Follow Mouse". The Actor stays at the initial position and will not move with the mouse.

What am I doing wrong? :?:

TIA

PostPosted: Sun Feb 29, 2004 12:37 pm
by makslane
??

Is very simple:

On Key Down:
Follow Mouse (Event Actor, both)


And your actor will be placed on mouse location

PostPosted: Sun Feb 29, 2004 5:03 pm
by Just4Fun
Perfect! Thank You. :lol: