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

#1 2010-07-04 16:00:36

gettysburg11
Scratcher
Registered: 2008-06-14
Posts: 1000+

Slideshow Making Tutorial

Do you want to make slideshows on Scratch to share pictures and info about topics you're passionate about? Well, then you've come to the right place! Below, I will list 3 different methods for making slideshows, from simplest to most complex. I'll use the blocks so you can see what I'm talking about, and give an example of a slideshow that I've made using that method.

The first two methods are especially useful if you want other Scratchers to see the slides in a certain order, but they can still be used even if you don't want that.

Method 1:
This method is by far the easiest to use, consisting of only two blocks for the entire script.
Script:
<when[  ]key pressed>
<next costume>
I personally used the space key in that blank, but you could use just about any key.
Example:http://scratch.mit.edu/projects/gettysburg11/306835

Method 2:
This one isn't that hard either, it's just might take you a while depending on how many pictures you have, since it's very repetitive.
Script:
<when green flag clicked>
<wait(  )secsc>
<next costume>
<wait(  )secsc>
<next costume>
and keep repeating until all your slides are accounted for.
Example:http://scratch.mit.edu/projects/gettysburg11/545641

Method 3:
This one is the most complicated, and will take you the longest to do
First, create a hub slide. Then, follow the following method to get to each of your slides.
Script:
<when[  ]key pressed>
<switch to costume[
To get back to the hub:
<when[  ]key pressed>
<switch to costume[
Example:http://scratch.mit.edu/projects/gettysburg11/767800

If you want to add sounds, put in the <play sound[ block, and use
<stop all sounds> in method 3 when you're going back to the hub.

Have fun making slideshows!

Last edited by gettysburg11 (2010-07-04 16:06:15)


http://i256.photobucket.com/albums/hh184/mnacmilan/LOGO_ACMILAN-Splash.gif

Offline

 

#2 2010-07-04 19:18:47

12three
Scratcher
Registered: 2008-06-12
Posts: 1000+

Re: Slideshow Making Tutorial

Looking through unanswered posts, found this- great tips!

Offline

 

#3 2010-07-04 21:38:58

gettysburg11
Scratcher
Registered: 2008-06-14
Posts: 1000+

Re: Slideshow Making Tutorial

Thank you!  smile


http://i256.photobucket.com/albums/hh184/mnacmilan/LOGO_ACMILAN-Splash.gif

Offline

 

#4 2010-07-05 01:30:55

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: Slideshow Making Tutorial

Don't forget the [blocks] tags.  wink
....................................
For method two, you can shorten the script by using a loop block.


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#5 2010-07-05 02:03:50

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Slideshow Making Tutorial

About the second slideshow method: This is how you said to do it:

http://img101.imageshack.us/img101/2397/258inefficientslideshow.png

You could just do this:

http://img130.imageshack.us/img130/7706/259efficientslideshowsc.png

You might want to put that in.  smile


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#6 2010-07-05 05:00:28

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Slideshow Making Tutorial

Jonathanpb wrote:

About the second slideshow method: This is how you said to do it:

http://img101.imageshack.us/img101/2397 … deshow.png

You could just do this:

http://img130.imageshack.us/img130/7706 … showsc.png

You might want to put that in.  smile

But that lags by 0.001 seconds  yikes


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#7 2010-07-05 09:13:19

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: Slideshow Making Tutorial

juststickman wrote:

Jonathanpb wrote:

About the second slideshow method: This is how you said to do it:

http://img101.imageshack.us/img101/2397 … deshow.png

You could just do this:

http://img130.imageshack.us/img130/7706 … showsc.png

You might want to put that in.  smile

But that lags by 0.001 seconds  yikes

yikes  Why do you always post such timing issues? Use that:
[blocks]
<when green flag clicked>
<repeat( 16
<wait( 4.999 )secs>
<end>
[/blocks]


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

Board footer