Sorry: You Must Be Logged In To Perform That Action.
Experimental 3d maze created by Lefty 97
Category: Puzzle
Rated 3.2 by 13 members. Played 223 times.
1 of 1
Rate this game
Added: 23 August 2008
Created by: Lefty 97
Version: 4
Game description: This is just a maze i made to experiment with Game Makers 3d capabilities. If you wanted something bigger, you will soon get it. The first screenshot is with fog, and the second screenshot is without fog. If... (more)
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.







G-R-U-C said 93 days ago
Report to Staff
I think i have a solution for the lag because i had it for a game (then i gave up...) try to enter this code:
if(point_distance(x ,y ,obj_player.x ,obj_player.y)<DISTANCE OF DRAWING)then
{
What your drawing...
}
if it doesn't work just tell me i think it does though (in theory)