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

#1 2008-06-02 03:04:04

667
Scratcher
Registered: 2008-06-02
Posts: 2

new to scratch, appreciate advice!

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

 

#2 2008-06-02 03:06:17

CFCRubiks
Scratcher
Registered: 2008-05-11
Posts: 100+

Re: new to scratch, appreciate advice!

Oh my god, that is one of the most possible games ever (  big_smile  )

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

 

#3 2008-06-02 13:49:23

jcv1235
Scratcher
Registered: 2008-03-10
Posts: 86

Re: new to scratch, appreciate advice!

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)


http://i368.photobucket.com/albums/oo122/jcv123_bucket/1.jpg

Offline

 

#4 2008-06-02 17:19:59

funkymonkey
Scratcher
Registered: 2007-06-03
Posts: 1000+

Re: new to scratch, appreciate advice!

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


http://i243.photobucket.com/albums/ff67/hprules_photos/banner2.jpg
Kuzimu: Dawn of a New Age                                                                                                  Coming May 2010

Offline

 

Board footer