• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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