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

#1 2010-01-10 11:58:10

ppravin88
Scratcher
Registered: 2010-01-05
Posts: 5

How to create Multiple slides in Scratch?

Consider that i want the name of my game to be displayed spiraling outwards before my games begins.. how to do that?




PS- I want only the name of my game to appear in my first slide(not the whole game)

Offline

 

#2 2010-01-10 12:08:50

Wolfie1996
Retired Community Moderator
Registered: 2009-07-08
Posts: 1000+

Re: How to create Multiple slides in Scratch?

Sounds like a cracker of a game you're making!  big_smile  Well if you use this script:

TITLE SPRITE:

<when green flag clicked>
<repeat( 360
<turn cw( 1 )degrees>
<end>
<broadcast[ begin game

STAGE/BACKGROUND

<when green flag clicked>
<switch to costume[  background1

<when I receive[ begin game
<switch to costume[  background2

Hope this helps  smile

Last edited by Wolfie1996 (2010-01-10 12:09:36)


"...Jargon - the practice of never calling a spade a spade, when you might instead call it a manual earth-restructing implement..." - Bill Bryson, Mother Tongue

Offline

 

#3 2010-01-10 16:41:00

Flait7
Scratcher
Registered: 2008-04-14
Posts: 100+

Re: How to create Multiple slides in Scratch?

turn the name of your game into a sprite, then make it spiral and grow larger at the same time <turn cw( 5 )degrees> <change size by( 5)>


http://scratch.mit.edu/static/projects/Flait7/2248016_sm.pnghttp://scratch.mit.edu/static/projects/Flait7/1827934_sm.png

Offline

 

#4 2010-01-22 02:30:32

Locomule
Scratcher
Registered: 2009-08-24
Posts: 500+

Re: How to create Multiple slides in Scratch?

http://scratch.mit.edu/projects/Locomule/706643

mine rotates, fades in with multiple moving, faded color cycling sprites moving around behind and in front of it, and stuff

in other words, it doesn't work very well unless downloaded  wink


aka Pain from DragonSpires, Delrith Online, BotBattle, Urban Dead etc etc lol

Offline

 

Board footer