• 🏆 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!

"down arrow key pressed" event not working?

Status
Not open for further replies.
Level 9
Joined
Jan 14, 2008
Messages
366
  • rlease down
    • Events
      • Player - Player 1 (Red) Presses the Down Arrow key
    • Conditions
    • Actions
      • Set arrowdown = 0
  • cam4
    • Events
      • Time - Every 0.01 seconds of game time
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • arrowup Equal to 0
          • arrowdown Equal to 0
        • Then - Actions
          • Set cam_angle = 343.00
        • Else - Actions
      • -------- --- --------
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • arrowdown Equal to 0
          • arrowup Equal to 1
        • Then - Actions
          • Set cam_angle = 291.00
        • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • arrowdown Equal to 1
              • arrowup Equal to 0
            • Then - Actions
              • Set cam_angle = 391.00
            • Else - Actions

  • cam1
    • Events
      • Time - Every 0.01 seconds of game time
    • Conditions
    • Actions
      • Camera - Set Player 1 (Red)'s camera Angle of attack to cam_angle over 0.10 seconds
      • Camera - Set Player 1 (Red)'s camera Height Offset to 200.00 over 0.10 seconds
      • Camera - Set Player 1 (Red)'s camera Distance to target to camdistance over 0.10 seconds
      • Camera - Set Player 1 (Red)'s camera Field of view to 70.00 over 0.10 seconds
      • Camera - Set Player 1 (Red)'s camera Far Z to 6500.00 over 0.10 seconds
      • Camera - Set Player 1 (Red)'s camera Rotation to camRotation over 0.50 seconds


thx for helping guys :c
 
Status
Not open for further replies.
Top