brand new to all of this ---problem is when I click 10 step button the cat only moves like one maybe also loop music only lasts several seconds even when it is supposed to continue to end ---- I have even deleted program and re-installed and still the same-- it is pretty straight forward but character not performing as should
Offline
For the music, use this:
<end><play sound[ ]and waits><forever><when green flag clicked>
Offline
Well, "Steps" Is actually a simple word for "pixels" (I think.) Steps are really small. If you put
You can make the scratch cat move, and then step
Offline
You can click on the number of steps and change it to anything you want including negative numbers to go the other direction.
Offline
Ok, for the steps, its like rocksandfire said, steps is another word for pixels
For the sound, you should use a script like this:
(sorry, this would be a screenshot, but for some reason my computer isn't letting me post it like I would usually be able to)
[blocks]
<when green flag clicked>
<forever>
<play sound[ any sound here ]and waits>
I hope this helps, and scratch on!
Oh my god, I hate the blocks in the forums.. ugh..
Last edited by XplodingEggs (2010-10-31 00:29:57)
Offline
XplodingEggs wrote:
Ok, for the steps, its like rocksandfire said, steps is another word for pixels
For the sound, you should use a script like this:
(sorry, this would be a screenshot, but for some reason my computer isn't letting me post it like I would usually be able to)
[blocks]
<when green flag clicked>
<forever>
<play sound[ any sound here ]and waits>
I hope this helps, and scratch on!
Oh my god, I hate the blocks in the forums.. ugh..
[/blocks]Well, you could have made it better.
[blocks]<when green flag clicked>
<forever>
<play sound[ any sound here ]and wait>
<end>[/blocks]
Look!
Last edited by mathematics (2010-10-31 03:45:43)
Offline