HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How to...

08-10-2007, 12:49 AM#1
SkriK
How can i make this repeat when player holds down up arrow?

Trigger:
Collapse Events
Player Presses Up Arrow key
Conditions
Collapse Actions
Set TempReal = (TemReal + 1)
08-10-2007, 01:14 AM#2
PipeDream
Use a periodic timer which starts on the key down event and ends on the key up event. Check the tutorial section for info on using timers.