Working on a pong game. Trying to get a second level to happen with a broadcast. For seome reason ball2 acts strangely when you get there and I can't figure it out. Posted it at http://scratch.mit.edu/projects/RosemountE/2685111
Offline
Your problem is under the first ball:
When gf clicked forever if <(Score)=(22)> broadcast [level 2 v]You need to add in a
stop scriptafter the broadcast, because it's continually broadcasting that message and so level 2 is constantly resetting itself.
Offline