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

#1 2009-02-15 05:52:57

Dark_Guardian
Scratcher
Registered: 2009-02-07
Posts: 7

Coverup Sprite.

Hello, everyone. I have this idea where a background covers up an entire screen by using it as a sprite.

What scripts do you use to make that coverup appear after loading and what scripts do you use to make it disappear on clicking it?

Offline

 

#2 2009-02-15 05:56:53

RUMCHEERYPOOPOO
Scratcher
Registered: 2008-12-23
Posts: 100+

Re: Coverup Sprite.

well I think this is right make a sprite and put your back ground image in the paint editor
then poisition it in the middle of the screen.
for scripts do
<when green flag clicked>
<go to front>
<forever if><mouse down?>
<hide>


I AM ROOKWOOD101 NOW! (just so you know)

Offline

 

#3 2009-02-15 06:26:22

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Coverup Sprite.

Acutally, it's this:
<when green flag clicked>
<go to front>
<show>
<wait until> <mouse down?>
<hide>
<broadcast[ a message you want to broadcast


~ihaveamac - visit ihaveamac.net

Offline

 

#4 2009-02-15 06:42:21

TheCatAndTheBanana
Scratcher
Registered: 2008-03-21
Posts: 1000+

Re: Coverup Sprite.

<when green flag clicked>
<show>
<wait until> <mouse down?>
<hide>

i think this!


My Newest Project!
Ceta? wat r u doin? CETA! STAHP!

Offline

 

#5 2009-02-16 02:30:17

Dark_Guardian
Scratcher
Registered: 2009-02-07
Posts: 7

Re: Coverup Sprite.

I think Ihaveamac's post is the most helpful one, because the broadcasts let me know when an action is done before the coverup is removed and the coverup must be shown before people could see it's content.

Offline

 

Board footer