I have created a large, multi-level game called "Red" (please suggest a better name. please.) and it is VERY glitchy. It will only show the last level, and has various other issues. Will someone please look at it and show/fix the problem? Again, credit in the updated version to the person who fixes the problem.
Offline
First remove the "set level to 3" script right above the level 3 rendering script. Then you've got to move the rendering scripts into the for loop, otherwise Scratch will only check if the need to rendered once.
Here is a general outline:
whenclicked
setlevel ▼to1setlast level ▼to0foreverifnotlast level=leveliflevel=1render level 1elseiflevel=2render level 2elserender level 3movement scriptsetlast level ▼toleveliftouchingend color?changelevel ▼by1
Last edited by MoreGamesNow (2012-04-09 20:33:41)
Offline
I think Red is a cool name! But my suggestions would be...
Cube Jumper
Offline
I like the name Red! Sometimes simple names really make an impact.
Offline
silvershine wrote:
I like the name Red! Sometimes simple names really make an impact.
![]()
+1
i think the game is fine, you just might want to make the cube move a tad bit slower.
not just that, but before you tackle a 1s1s1c, why not try a 1s1s? they're seriously 1/2 as hard. i've made a bunch of 1s1s1c's you could download to see how i did them.
hope that helped.
Offline