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

#1 2008-02-24 14:33:54

dearkids
Scratcher
Registered: 2008-01-15
Posts: 97

Hidden Sprite Formula

Here is how to make a pic that appears if a button or mouse is down

<when green flag clicked><forever><if><mouse down?><show><else><hide>

Last edited by dearkids (2008-02-24 14:35:10)


Final Fantasy VII's best characters are Cloud, Nanaki, and Cid. Don't deny it.

Offline

 

#2 2008-02-24 21:31:22

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Hidden Sprite Formula

dearkids,
Please remember to use the "enter" or "return" key at the end of each line when using the blocks.

Offline

 

#3 2008-02-25 06:51:46

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

Re: Hidden Sprite Formula

Here is what he put in order:

<when green flag clicked>
<forever>
<if> <mouse down?>
<show>
<else>
<hide>
<end>
<end>


~ihaveamac - visit ihaveamac.net

Offline

 

Board footer