hi!
so i have an idea to design some sort of quiz game that when a correct answer is given (from an option list of a, b, c, d) a puzzle piece will appear to make a picture in the end. if an incorrect answer is given i have created puzzle pieces (sprites) with a distorted colour costume).
is this possible?
how can i hide all the pieces until the series of questions appear and what kind of method would you recommend for the introduction of these questions?
i really am a bit lost here lol, so any help would be appreciated!!!
thanks in advance
Offline
Oh my god, that is one of the most possible games ever ( )
Just click my name, and go to adverbs quiz. You can do something like that. Or take advantage of variables (to see a lot of variables, go to my fighter pilot game)
Offline
hey, when i was new at scratch i didn't know how to do ANYTHING!!! But I learned everything I know now about Scratch from some other project. Like i can make scrollers now but before i looked at a certain project i stared in amazement when people would have scrolling games. So i recommend looking at some of the demo projects that come with scratch. Just open scratch and hit Open and click on what ever category you want.
[blocks]<say[ [/blocks] Happy scratching!
Last edited by jcv1235 (2008-06-02 13:49:47)
Offline
try this script for each peice of the puzzle. i'm not sure if it will work. it just makes it so that every time your score goes up (every tme you answer a correct question) a new peice appears.
<when green flag clicked>
<forever>
<if>
<( <{ score }> <=> blank )>
<show>
<else>
<hide>
<end>
and set blank to whatever the score should be when you want that peice to show
Offline