• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Arrows Keys don't work with....

Status
Not open for further replies.
Level 5
Joined
Jul 31, 2004
Messages
108
The Event - Player - Player 1 (Red) Presses the Left Arrow key. Won't work with letterbox mode on. Nor with cinematic mode. It works with none of them on but I want letterbox mode to be on. Whats wrong.

Here is the trigger...

Move Camera Claw
Events
Player - Player 1 (Red) Presses the Left Arrow key
Player - Player 2 (Blue) Presses the Left Arrow key
Player - Player 3 (Teal) Presses the Left Arrow key
Player - Player 4 (Purple) Presses the Left Arrow key
Player - Player 5 (Yellow) Presses the Left Arrow key
Player - Player 6 (Orange) Presses the Left Arrow key
Player - Player 7 (Green) Presses the Left Arrow key
Player - Player 8 (Pink) Presses the Left Arrow key
Player - Player 9 (Gray) Presses the Left Arrow key
Player - Player 10 (Light Blue) Presses the Left Arrow key
Conditions
ViewLeft[(Player number of (Triggering player))] == False
Start == False
Chosen[(Player number of (Triggering player))] == False
Actions
Set ViewLeft[(Player number of (Triggering player))] = True
Set ViewRight[(Player number of (Triggering player))] = False
Set CurrentView[(Player number of (Triggering player))] = Claw <gen>
Set MovingCamera[(Player number of (Triggering player))] = True
Camera - Apply Claw <gen> for (Triggering player) over 1.00 seconds
Game - Display to (Player group((Triggering player))) for 20.00 seconds the text: Druid of the Claw ...
Wait 1.00 seconds
Set MovingCamera[(Player number of (Triggering player))] = False
 
Status
Not open for further replies.
Top