Page 1 of 1

the move to action doesn't seem to work when i use it.......

PostPosted: Tue May 30, 2006 1:13 pm
by pavel329
i want to be able to press a button and something appear next to me by using the move to button.so i used key down action then selected move to and then slected relative to player at 20 degrees y axis.so when i pressed b the thing would appear above me.but nothing appeared.

PostPosted: Tue May 30, 2006 2:21 pm
by Novice
Post the options you set in the move to fuction so we can see what's the problem.

PostPosted: Wed May 31, 2006 1:49 am
by Just4Fun
pavel:

Try this:

Create Two Actors: Test & Appear(place Appear off game screen)

On Actor 'Test':
Add Event: Mouse Button Down
Add Action: MoveTo (Left)
Now fill in the Move To dialog box:
Actor: Appear
Relative to: Test
position x: -91 position y: -19 //this assumes that test is at game center.
velosity: 2000

When you run the game, click on the actor 'Test' and 'Appear' will display next to your 'Test' actor.

PS You could also use transparency to do this.

PostPosted: Wed May 31, 2006 2:36 am
by pavel329
wow i like the transparency thing.thanx.