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
On the moon sprite, you could put:
when green flag clicked hideThen 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] showI 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.
Offline
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
Here's one I made earlier http://scratch.mit.edu/projects/Ratty1967UK/2156086
Offline