Ultimate Flashlight created by jagnus
Category: Other
Current rating
Added: 11 February 2010
Created by: jagnus
Version: 1
(Incomplete)
Game description: Usage of a flashlight in game maker 8 pro. using objects, not tiles, and might become laggy in bigger rooms
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.







jagnus said over 2 years ago
i seen it and commented it
Snacob said over 2 years ago
I updated mine with "flashlight effect" if you want to see...
jagnus said over 2 years ago
its easy...
just like this....
if !collision_line(x,y,obj_player.x,obj_player.y,obj_wall,true,true)
{visible=true}else{visible=false}
Snacob said over 2 years ago
how did you do that?