I need help fixing this- what I need is listed in the project notes.
http://scratch.mit.edu/projects/12three/1365167
HUGE Thank you to recycle49. He really thought outside the box on how to fix it.
Last edited by 12three (2010-10-22 05:38:51)
Offline
I'm confused on how exactly the game is supposed to work. What action should generate score? What is the goal?
I'll try fiddling around with it to see if I can be of more help.
Offline
i also posted this on the project: to make the costumes in a random order use the "Switch to costume" purple block and drag the green "Pick random __ to __" to the area that normaly displays the costume name you want it to go to. then in the "___ to ___" area put 1 and however many costumes there are.
see my -inator creator for an example. if you download it look at the base under "when i recieve random"
[blocks]<switch to costume[ <pick random( 1 )to( however many costumes you have)[/blocks]
Last edited by lilacfuzz101 (2010-10-20 17:23:34)
Offline
lilacfuzz101 wrote:
i also posted this on the project: to make the costumes in a random order use the "Switch to costume" purple block and drag the green "Pick random __ to __" to the area that normaly displays the costume name you want it to go to. then in the "___ to ___" area put 1 and however many costumes there are.
see my -inator creator for an example. if you download it look at the base under "when i recieve random"
[blocks]<switch to costume[ <pick random( 1 )to( however many costumes you have)[/blocks]
Also, like I said on the project, it can only switch to each one once. I tried using the lists so that when it started, it added all one hundred words to a list, and it would keep switching to a costume on the list, and then set that number to zero, because if I deleted it, the numbers would get messed up, but that didn't work.
-12three-
Last edited by 12three (2010-10-21 05:45:22)
Offline
demosthenes wrote:
I'm confused on how exactly the game is supposed to work. What action should generate score? What is the goal?
I'll try fiddling around with it to see if I can be of more help.
Basically, there are two issues:
1. It doesn't keep score. THe scoring part is at the bottom of the script if you would take a look.
2. This is the harder one. I need it to switch to all the costumes, but it can't hit each one more than once. I tried using lists (above comment) and it didn't work.
-12three-
Offline
12three wrote:
lilacfuzz101 wrote:
i also posted this on the project: to make the costumes in a random order use the "Switch to costume" purple block and drag the green "Pick random __ to __" to the area that normaly displays the costume name you want it to go to. then in the "___ to ___" area put 1 and however many costumes there are.
see my -inator creator for an example. if you download it look at the base under "when i recieve random"
[blocks]<switch to costume[ <pick random( 1 )to( however many costumes you have)[/blocks]Also, like I said on the project, it can only switch to each one once. I tried using the lists so that when it started, it added all one hundred words to a list, and it would keep switching to a costume on the list, and then set that number to zero, because if I deleted it, the numbers would get messed up, but that didn't work.
-12three-
hmm. what if you pressed a button to change the word? it can pick the same costumes over and over again in my inator project.
also for the scoring- what if you had a background sprite that touched the sprite that changes. then you could have something for that sprites script be like: IF[blocks]<touching color[ whatever colors there are] broadcast [the color name][/blocks]
and then for the stage [blocks] when i recieve [the color name] <change{ the color }by( 1) [/blocks]
Offline
This can be closed- Recycle49 is a GENIUS!!!
Offline