winkillo.blogg.se

3d maze man modded
3d maze man modded










3d maze man modded
  1. #3d maze man modded full
  2. #3d maze man modded code

If object position x(1)-1 (object position y(obj)-object size y(obj)/2) If P1SpeedX# (object position x(obj)-object size x(obj)/2) Rem Control the movement of the player with the arrow keys If P1SpeedX# > 0 and P1SpeedX# -.0002 then P1SpeedX# = 0 If P1SpeedX# 0 and P1SpeedZ# -.0002 then P1SpeedZ# = 0 If Draw = 1 and Wall(x,y) 2 and Wall(x,y) 3 then Wall(x,y) = 1 `boxs If Draw = 0 and Wall(x,y) 2 and Wall(x,y) 3 then Wall(x,y) = 0 `eraser If MX#>10 and MY#>10 and MX#10 and MY#>90 and MX# 2 and Draw 3 If Draw = 3 and mouseclick() = 1 and Wall(x,y) 2 `Positions the end point If Draw = 2 and mouseclick() = 1 and Wall(x,y) 3 `Positions the start point If Draw = 1 and Wall(x,y) 2 and Wall(x,y) 3 and mouseclick() = 1 then Wall(x,y) = 1 `boxs If Draw 115+(x*8) and MX# 35+(y*8) and MY# 2 and Wall(x,y) 3 and mouseclick() = 1 then Wall(x,y) = 0 `eraser If MMZ# > 0 or mouseclick() = 2 then Draw = Draw + 1 Rem Changes the tool when the user moves the z-axis on the mouse MMZ# = MouseMoveZ() `Mouse Move Z Variable MX# = Mousex() : MY# = Mousey() `Mouse position Variables Wall(2,49) = 2 : Wall(49,2) = 3`Places a Start and End pointsĭraw = 1 `starts with the wall drawing tool

3d maze man modded

Show mouse : set text font "modern" : set text to bold : set text size 20

#3d maze man modded full

` It is reproduced here with full permission

#3d maze man modded code

` This code was downloaded from The Game Creators Have fun with this program and please don't make endless mazes to trick your friends unless you really want to.Ĭredit to The Game Guy would be appreciated, but is not required. you can guess what this button does (Again don't forget to save your mazes) The play button runs all of the levels that you have made starting at level 1 The test button runs the level that you are working on (with a super jump cheat) (DON'T FORGET TO SAVE YOUR WORK, this button can erase unsaved data) The level button switches through the levels for making new levels or fixing old ones The save button saves your work on a level (Do not forget to save your work) The fill button will fill the level with walls or clear the level of walls based on what tool is equipped. You can also do this by clicking the right mouse button or by using the z-axis on your mouse. The tool button switches through the different drawing tools Green is where you will start in the maze The media has a low res cube map, some simple textures and a few example levels. You will never have trouble making 3D mazes again. This program can make detailed 50 by 50 3D mazes using only the mouse.












3d maze man modded