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

#1 2008-05-07 14:18:09

Freestylin_Monkey
Scratcher
Registered: 2008-03-24
Posts: 100+

Mayhem!!! I Need Your Help!!!!

I have made a new game called Chinyeys adventure part 4    (shows a knight with cowboy hat facing a mountian, castle, and forest on hill at end of road)    , and there are two glitches on it, go to it to see what they are,

please help!!! :0


I am Lord of Lords, I am King of Kings, I AM MASTERS OF ALL MASTERS!!!
-But I am a servant of my mother

Offline

 

#2 2008-05-07 14:19:46

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Mayhem!!! I Need Your Help!!!!

why do you want Mayhem to do that?

Offline

 

#3 2008-05-07 14:49:59

Freestylin_Monkey
Scratcher
Registered: 2008-03-24
Posts: 100+

Re: Mayhem!!! I Need Your Help!!!!

sorry it is just that mayhem usaully answers my questions, but if you know it please help


I am Lord of Lords, I am King of Kings, I AM MASTERS OF ALL MASTERS!!!
-But I am a servant of my mother

Offline

 

#4 2008-05-09 15:07:11

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: Mayhem!!! I Need Your Help!!!!

First, get rid of the fake "loading" screens, they serve only to annoy.

2nd, create a variable called "Level" and using the value of that level to check against when the end of a level is reached.

You can replace your many broadcasts/recieves with a single Broadcast "New Level", and on the stage have a single script that says:

When I receive "New level"
switch to background [level]."

The logs (and other level specific effects) can then be set to appear thus:

When I recieve "new level"
if Level = 5
  Repeat until level = 6
.  Wait 3 seconds
.  show
.  Glide accross screen
.  Hide
Else
Hide


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

Board footer