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

#1 2012-07-31 18:35:16

Lights-
Scratcher
Registered: 2012-03-04
Posts: 100+

Weeeeird script problem...

So I did an AMV collab with Beany2001, and one of the sprites isn't recieving a broadcast the way it should. Just look and download Beany2001's project. She explains in the notes.

Last edited by Lights- (2012-07-31 18:37:32)


Is it just me or are Scratch's April Fool's Day jokes getting really (Bloop!)in' weak?

Offline

 

#2 2012-07-31 19:25:30

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

Re: Weeeeird script problem...

My assumption is that there is some sort of looping going on, which causes "6" to be broadcasted forever.

Unfortunately I coundnt make sense of your scripts so I cant say exactly what or where the problem is.


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-01 03:20:39

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Weeeeird script problem...

I'll take a look at it.


*a while later*


Wow, you've got some weird scripts there. I tried everything I could think of and still nothing.  hmm


http://i50.tinypic.com/312u714.jpg

Offline

 

#4 2012-08-01 03:22:48

soniku3_test
Scratcher
Registered: 2012-03-28
Posts: 74

Re: Weeeeird script problem...

BirdByte wrote:

I'll take a look at it.


*a while later*


Wow, you've got some weird scripts there. I tried everything I could think of and still nothing.  hmm

Does this better fit here
EDIT:wierd.

Last edited by soniku3_test (2012-08-01 03:24:09)


http://i.imgur.com/wTVpr.pngsoniku3_test=http://blocks.scratchr.org/API.php?user=soniku3&action=onlineStatus&type=squarehttp://i.imgur.com/V5SGx.png

Offline

 

#5 2012-08-01 03:37:26

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Weeeeird script problem...

I checked all your scripts and the problem is that "6" is being broadcasted continuously because:

1 broadcasts 2
2 broadcasts 3
3 broadcasts 4
4 broadcasts 5
5 broadcasts 3 and 6

Therefore 3, 4, 5, and 6 aren't received properly.
Try not to cause paradoxes in broadcasts.  wink


http://i50.tinypic.com/312u714.jpg

Offline

 

#6 2012-08-06 09:42:10

Lights-
Scratcher
Registered: 2012-03-04
Posts: 100+

Re: Weeeeird script problem...

BirdByte wrote:

I checked all your scripts and the problem is that "6" is being broadcasted continuously because:

1 broadcasts 2
2 broadcasts 3
3 broadcasts 4
4 broadcasts 5
5 broadcasts 3 and 6

Therefore 3, 4, 5, and 6 aren't received properly.
Try not to cause paradoxes in broadcasts.  wink

But 3, 4, and 5 are being received just fine. It's 6 that gives me problems. How do I fix the problem?


Is it just me or are Scratch's April Fool's Day jokes getting really (Bloop!)in' weak?

Offline

 

#7 2012-08-07 05:43:54

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Weeeeird script problem...

Lights- wrote:

BirdByte wrote:

I checked all your scripts and the problem is that "6" is being broadcasted continuously because:

1 broadcasts 2
2 broadcasts 3
3 broadcasts 4
4 broadcasts 5
5 broadcasts 3 and 6

Therefore 3, 4, 5, and 6 aren't received properly.
Try not to cause paradoxes in broadcasts.  wink

But 3, 4, and 5 are being received just fine. It's 6 that gives me problems. How do I fix the problem?

If you take a look, you'll see that 6 is being broadcasted continually. Just delete the "broadcast 3" from the "when i receive 5" script.  smile


http://i50.tinypic.com/312u714.jpg

Offline

 

#8 2012-08-07 13:24:15

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Weeeeird script problem...

Closed by request of the topic owner.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer