Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How to create powerpoint presentation in scratch ??
- justin978
-
57 posts
How to create powerpoint presentation in scratch ??
How to create powerpoint presentation in scratch ??
- PullJosh
-
1000+ posts
How to create powerpoint presentation in scratch ??
Lots of backgrounds +
Edit: Also do
when key [space v] pressed
switch backdrop to [next backdrop v]
Edit: Also do
when gf clicked
switch backdrop to [backdrop 1 v] //or whatever your first backdrop is called
Last edited by PullJosh (Oct. 25, 2013 11:36:02)
- justin978
-
57 posts
How to create powerpoint presentation in scratch ??
Lots of backgrounds +when key [space v] pressed
switch backdrop to [next backdrop v]
Edit: Also dowhen gf clicked
switch backdrop to [backdrop 1 v] //or whatever your first backdrop is called[/quote]
But if we want that next slide should come after say 5 seconds without the user pressing any key, then what to do?
Last edited by justin978 (Oct. 26, 2013 10:04:24)
- EH7meow
-
100+ posts
How to create powerpoint presentation in scratch ??
Then you can do:Lots of backgrounds +when key [space v] pressed
switch backdrop to [next backdrop v]
Edit: Also dowhen gf clicked
switch backdrop to [backdrop 1 v] //or whatever your first backdrop is called[/quote]
But if we want that next slide should come after say 5 seconds without the user pressing any key, then what to do?
when gf clicked
switch backdrop to [backdrop 1 v]
repeat (5) //make this number the amount of slides minus 1
wait (5) secs
switch backdrop to [next backdrop v]
- justin978
-
57 posts
How to create powerpoint presentation in scratch ??
What is the difference between backdrop and costume of scratch ?
- ZaharaMar
-
500+ posts
How to create powerpoint presentation in scratch ??
The difference is that one is for the looks of the back of your Project, like the mountains.. What is the difference between backdrop and costume of scratch ?
And a costume is a thiong sprites have so you can make animations, or simply other drawings out of your first carácter!
- scratchisthebest
-
1000+ posts
How to create powerpoint presentation in scratch ??
Nothing, actually, except that backdrops are on the Stage, and costumes are on a sprite. What is the difference between backdrop and costume of scratch ?
- IronHydra39
-
1 post
How to create powerpoint presentation in scratch ??
What about in 1.4 version?
- CatsUnited
-
1000+ posts
How to create powerpoint presentation in scratch ??
Please don't necropost. What about in 1.4 version?
EDIT: Do the same.
Last edited by CatsUnited (June 3, 2015 11:07:59)
- Paddle2See
-
1000+ posts
How to create powerpoint presentation in scratch ??
Since this topic hasn't seen a new post from the topic owner in a long time, I'm going to assume that it is dead and close the topic. If it still is alive, the topic owner just needs to use the Report button to ask a mod to reopen it 

- Discussion Forums
- » Questions about Scratch
-
» How to create powerpoint presentation in scratch ??