This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-04-09 20:24:38

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

HELP WITH 1s1s GAME!!!

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.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#2 2012-04-09 20:33:01

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: HELP WITH 1s1s GAME!!!

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:

when gf clicked
set [level v] to [1]
set [last level v] to (0)
forever
if<not<(last level)=(level)>>
if<(level)=[1]>
render level 1
else
if<(level)=[2]>
render level 2
else
render level 3
end
end
end
movement script
set [last level v] to (level)
if<touching [end color]?>
change [level v] by [1]
end
end

Last edited by MoreGamesNow (2012-04-09 20:33:41)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#3 2012-04-09 20:45:07

SteveJobs2
New Scratcher
Registered: 2012-04-09
Posts: 100+

Re: HELP WITH 1s1s GAME!!!

I think Red is a cool name! But my suggestions would be...

Cube Jumper

Offline

 

#4 2012-04-09 20:46:28

silvershine
Scratcher
Registered: 2010-11-21
Posts: 500+

Re: HELP WITH 1s1s GAME!!!

I like the name Red! Sometimes simple names really make an impact.  smile

Offline

 

#5 2012-04-15 08:52:27

chipguy
Scratcher
Registered: 2009-09-09
Posts: 500+

Re: HELP WITH 1s1s GAME!!!

silvershine wrote:

I like the name Red! Sometimes simple names really make an impact.  smile

+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.


http://scratch.mit.edu/static/projects/chipguy/2919121_sm.png by yours truly  big_smile

Offline

 

Board footer