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

#1 2011-04-01 03:45:05

milleriand
New Scratcher
Registered: 2011-04-01
Posts: 1

Annoying glitches when coding

I'm new to Scratch, though not to programming, and my computer is fast and runs Adobe CS4 software etc with no problems.
I've read in the forum that correct code sometimes stops working and can be put right by taking it apart and reassembling (why that should make a difference is a mystery to me but I had sussed that already).
Now to my next problem
When a sprite in scaled up eg to appear to come closer, during the running of a program, using the change size by command, why, when the program is rerun does the sprite start at the new enlarged size? I can't find a way to stop it. Is there another way to achieve the effect without having to use set size to 100% at the start of every program?

Offline

 

#2 2011-04-01 19:47:57

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Annoying glitches when coding

Nope, variables like sprite size are saved between run cycles. You just have to make sure that you have scripts in place to reset everything.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

Board footer