Need Help With, Jumpscares,Sound Triggers,Flashlight,And EndGame Trigger

A

Asher Titan

Guest
I'm Currently Making An 3d Indie Horror Game In GameMaker Studio 1.4 Standard Editon And Need Help With The Jumpscares,Sound Triggers,Flashlight,And EndGame Trigger. And What I Mean By EndGame Trigger Is A Trigger That Goes To The Next Room.
 
N

Nexusrex

Guest
And for the sound trigger, in the collision event or whereever the trigger works:
Code:
audio_play_sound(soundname,priority,loopingornot)
 

Yal

🐧 *penguin noises*
GMC Elder
As for jumpscares, you could create an object that draws a scary image in the GUI layer (and possibly plays a scary sound when it's created), and destroys itself after a little while. Triggers you collide with works well for this as well.
 
Top