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

#1 2007-06-02 10:24:30

stacy738k
Scratcher
Registered: 2007-06-02
Posts: 1

I want to skip part of my animation

Im doin project in school usin scratch, and I made it like 2minutes
and I dont want to watch whole 2minutes to fix problem one by one
Its really borin,,Is there any way to skip part of em??

Offline

 

#2 2007-06-02 11:52:43

weissjd
Scratcher
Registered: 2007-05-16
Posts: 64

Re: I want to skip part of my animation

If you have multiple scripts you can just double-click a script to run it. If it's all one scxript, just pull it apart so that you have just the part you need to test and double-click that.

Offline

 

#3 2007-06-02 18:28:59

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: I want to skip part of my animation

I've found it useful to have a master script that consists mainly of
broadcast-and-wait commands.  The individual scenes are then triggered by when-I-receive commands.  To debug a particular scene, you just broadcast the message that starts that scene.  You may want to start scenes with some initialization code to get sprites to the right location, visibility, size, orientation, ... for the scene.

I put the master script on the stage.

Offline

 

#4 2007-06-07 14:55:10

rhcplover
Scratcher
Registered: 2007-05-30
Posts: 3

Re: I want to skip part of my animation

If you have brodcats then you can just double - click on them and it will activate the recieving sprites.  It saves a lot of time.  I also put my master script on the stage.

Offline

 

Board footer