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)
Offline
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.
Offline
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.
Does this better fit here
EDIT:wierd.
Last edited by soniku3_test (2012-08-01 03:24:09)
Offline
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.
Offline
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.
But 3, 4, and 5 are being received just fine. It's 6 that gives me problems. How do I fix the problem?
Offline
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.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.
Offline