So I made this for a programming class at my school and it's due tomorrow. Problem is though, is when the turkey sprites are suppose to follow the mouse pointer until they reach the destination (table) or hit one of the sides (black lines) the script should restart. Instead of even following the mouse pointer, right when the numbers count down and the game should stop, instantly the game screen disappears and it goes back to the interface. Like I said before, it should ONLY do this when a black line or the table is touched. Can someone please inspect my code and tell me what I did wrong?
Here is my project:
http://scratch.mit.edu/projects/wisetrain/2181873
Thanks
Offline
Posted a comment on the project that might help you out. It looks to me like the message that starts the wall detection (Begin) is being sent too early by the Dinner sprite. You probably want the last number of the countdown to send the message.
Offline