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

#1 2012-08-23 13:35:45

oshe10
Scratcher
Registered: 2012-06-21
Posts: 92

Can some one tell me what's wrong?

http://scratch.mit.edu/projects/oshe10/2743367


http://i.imgur.com/w4rS6.jpg

Offline

 

#2 2012-08-23 13:38:33

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Can some one tell me what's wrong?

what is the problem?


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#3 2012-08-23 13:39:32

oshe10
Scratcher
Registered: 2012-06-21
Posts: 92

Re: Can some one tell me what's wrong?

look at the program please!


http://i.imgur.com/w4rS6.jpg

Offline

 

#4 2012-08-23 13:43:30

oshe10
Scratcher
Registered: 2012-06-21
Posts: 92

Re: Can some one tell me what's wrong?

the strobe on the level 2 is not supposed to be there. arrow keys to move.


http://i.imgur.com/w4rS6.jpg

Offline

 

#5 2012-08-24 18:32:53

oshe10
Scratcher
Registered: 2012-06-21
Posts: 92

Re: Can some one tell me what's wrong?

Anyone?


http://i.imgur.com/w4rS6.jpg

Offline

 

#6 2012-08-25 00:24:49

tree-hugger
Scratcher
Registered: 2011-11-19
Posts: 38

Re: Can some one tell me what's wrong?

I can totally help! So on the stage scripts you put down:

when I receive [Next level]
forever
   next background
end
This is where the problem is. You have accidentally told the background to switch between background 1 and 2 forever! When you give it the command next background it goes ahead one background, when you tell it to do it forever. It flashes to the next background over and over, thats how you get the flashing. Heres how to fix it:

when I receive [Next level]
next background

This means it will only do the next background command once. Hope I helped :)


http://oi48.tinypic.com/1y7tjr.jpghttp://oi50.tinypic.com/28tb34j.jpg                     http://oi50.tinypic.com/21c6v74.jpg                    ...ya, I'm weird... REAL weird...
BITBOT ALL THE WAY!!!     Only the WEIRDEST games!     (that's just  a Tree-Hugger thing)

Offline

 

#7 2012-08-25 00:27:08

tree-hugger
Scratcher
Registered: 2011-11-19
Posts: 38

Re: Can some one tell me what's wrong?

He he, whoops meant to say  tongue

when I receive [Next level]
next background
This means it will only do the next background command once. Hope I helped  smile


http://oi48.tinypic.com/1y7tjr.jpghttp://oi50.tinypic.com/28tb34j.jpg                     http://oi50.tinypic.com/21c6v74.jpg                    ...ya, I'm weird... REAL weird...
BITBOT ALL THE WAY!!!     Only the WEIRDEST games!     (that's just  a Tree-Hugger thing)

Offline

 

#8 2012-08-25 13:26:05

oshe10
Scratcher
Registered: 2012-06-21
Posts: 92

Re: Can some one tell me what's wrong?

Thanks!!!


http://i.imgur.com/w4rS6.jpg

Offline

 

Board footer