here’s a game i just finished.:thumb:
the controls are arrows for movement and space for jump. try to get all the gems before the time runs out…
so far there’s only 3 levels but i made a level editor so that anyone can make their one levels…
just one question… the game runs smoothly in flash when i test it so i am able to beat each level with ease but when i test it on the net, it runs slow and it gets really hard to beat it… do you guys experience slowness when playing this game???
instrutions for level editor:
run the editor in flash and create a level by clicking on the tiles to change their color (and height) the height of the tile is identified at the bottum of the screen aswell as the x and z coordinates of the mouse. when your satisfied with the map, hit done, it’s trace the as for the level. next copy and paste it into word pad. next you need to specify some variales…
time = 100;
timeSpd = 220;
diamx = [5,13,13,5];
diamz = [5,5,13,13];
time is the total time you have to complete the game, timeSpd is the speed at which the time goes by, diamx and diamz are the coordinates for each diamond. so in the example above the diamonds would be located at (5,5), (13,5) etc… to figure out the coordinates fo where you want the diamond to go just hover over the tile and the coordinates will be at the bottom of the screen…
when finished, attach the text document i will add your level to the game
that’s about it :beam: i hope you guys come up with some cool levels!!!