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

#1 2013-03-15 10:06:34

gracielace
New Scratcher
Registered: 2013-03-09
Posts: 3

how to make a start and end page

Does anyone know how to make a start and end page? If you do can you please help me

Offline

 

#2 2013-03-19 13:51:05

topazdragonlord
Scratcher
Registered: 2013-02-22
Posts: 500+

Re: how to make a start and end page

could you elaborate please? - if you mean to make on sprite appear whilst the other one dissapears try this:

when Sprite1 clicked
broadcast [switchpage]
hide
for sprite one then:

when I receive [switchpage]
show


http://i45.tinypic.com/idumbk.png

Offline

 

#3 2013-03-31 16:36:09

shivadas
Scratcher
Registered: 2010-02-06
Posts: 100+

Re: how to make a start and end page

Here's what I would do (put these scripts on the stage):

when gf clicked
switch to background [Start Page v]

when I receive [Game Finished v]
switch to background [End Page v]

Last edited by shivadas (2013-03-31 16:36:38)


Please check out my latest project, Hunger Avenger!

Offline

 

Board footer