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

#1 2012-02-22 18:07:47

parkhop
New Scratcher
Registered: 2012-02-22
Posts: 1

Need help with project!!!!

We are trying to do the phases of the moon.  We have created a moon sprite and created costumes for it with the different phases of the moon.  Two problems the sprite shows up from the beginning and we don't want it to show up until the title goes away.  Other main problem we are trying to figure out how to get the phases of the moon to continue to run. We have it starting on the left hand side going up to the center with the full moon nad then coming back down on the right.  Help please!!!

Offline

 

#2 2012-02-22 20:42:28

Stealth2800
Scratcher
Registered: 2010-05-03
Posts: 38

Re: Need help with project!!!!

On the moon sprite, you could put:

when green flag clicked
hide
Then when the title disappears, you could show the moon by putting a broadcast script like this in the title sprite:
broadcast [moon show v]
And then adding a script like this for the moon:
when I receive [moon show v]
show
I don't fully understand the rest of your question, so ff you could explain "we are trying to figure out how to get the phases of the moon to continue to run" a little more, I'd be happy to help.  smile

Offline

 

#3 2012-02-23 00:49:39

silvershine
Scratcher
Registered: 2010-11-21
Posts: 500+

Re: Need help with project!!!!

Hello!

From what I understand, you want the moon to continually move in an arch. Here is a simple way to do that:

When I receive [title gone v]
Forever 
Motion scripts //not sure what your scripts here look like
End

Offline

 

#4 2012-02-23 20:50:56

Ratty1967UK
Scratcher
Registered: 2007-05-16
Posts: 88

Re: Need help with project!!!!

Offline

 

Board footer