by makslane » Tue Jul 13, 2004 6:20 pm
This feature is good to move actors by click on the map
You have two actors:
Actor A: your game map
Actor B: your player
Actor C: trees, clouds...
Disable the Mouse Button Down event in Actor B and C (on Create Actor event)
In your actor A, catch the mouse clicks
Now, when you click on actor B or C, the actor behind (actor A) will receive this clicks.
So, you can say on actor A: "move the Actor B to x,y..."