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

#1 2008-07-11 09:16:53

candyboi989
Scratcher
Registered: 2008-07-11
Posts: 1

Problem with my game

My maze is working fine on strach program but I am having trouble playing with it on the internet

Offline

 

#2 2008-07-11 12:55:38

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

Re: Problem with my game

It looks like there are a couple of problems:

1.  The saying "You Loose" is not getting cleared at startup.  This can be fixed by putting a Say block with nothing in it where you intialize the position.

2.  The motion of the sprite is locking up after a little while.  I think you might just be overwhelming the processor with too many Glide statements at once.  I tried a different approach using Move at this link that seems to work okay.

http://scratch.mit.edu/projects/Paddle2SeeFixIt/211669


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

Offline

 

Board footer