- Joined
- Apr 14, 2006
- Messages
- 23
Well, i'm trying to make a Gryphon Rider that you control with keys. the camera is always fixed on it. He turn to both sides with keys, but i can't put it moving front. for front i made this triggers:
1st trigger (forward): Events - player 1 (Red) Presses the Up Arrow Key
Conditions: Forward(variable) Equal to False
Actions: Set Forward = True
2nd trigger (Forwardmove):
Events - Every 0.01 seconds of game time
Conditions - Forward Equal to True
Actions - Here's the problem i don't know wich kind of action to use. I have anoter trigger that sets the variable forwardmove, the move speed of the gryphon. In the other cases i made an action saying to make unit face the unit's actual facing+ the variable value over 0.00 seconds. Of course for moving it must be a little different
Can anyone plz give me a clue of how to do this?
______________________________________________________
"My power is made of my magic, my magic is made of my arrows"
1st trigger (forward): Events - player 1 (Red) Presses the Up Arrow Key
Conditions: Forward(variable) Equal to False
Actions: Set Forward = True
2nd trigger (Forwardmove):
Events - Every 0.01 seconds of game time
Conditions - Forward Equal to True
Actions - Here's the problem i don't know wich kind of action to use. I have anoter trigger that sets the variable forwardmove, the move speed of the gryphon. In the other cases i made an action saying to make unit face the unit's actual facing+ the variable value over 0.00 seconds. Of course for moving it must be a little different
Can anyone plz give me a clue of how to do this?
______________________________________________________
"My power is made of my magic, my magic is made of my arrows"