The Quiz of massive proportions
by xxthiefmasta
ホーム画面に追加すると、すぐにアクセスできます
このゲームをインストール
共有ボタンをタップし、「ホーム画面に追加」を選ぶと、すぐにこのゲームにアクセスできます。
The Quiz of massive proportions
The Quiz of massive proportions のタグ
説明
I have just decided to finally create a game and it happened to be a quiz game. Just click to play. Everything else is self-explanatory.
Credits:
Game: Flash 8
Artwork: me
code: me
music: simplythebest.net
遊び方
Click to play.
コメント
computerVirus
Jul. 20, 2009
could easily be a much better game
snailboy14
Apr. 12, 2009
i may be wrong but to make the wrong answers clickable just make them buttons but dont code them.
Drizzt45
Mar. 08, 2009
duke nukem song.....yeah piece of cake !!!!
amparojack
Mar. 08, 2009
onl correct answers can beclicked
SkaterFly
Mar. 07, 2009
This isn't really good for this type of game, but a way to make everything clickable is to use this piece of code (this is for Swishmax 2, so you might need to change a few things):
on (keyPress("Tab")) {
trace("something");
}
the trace doesnt really need to be there, that cna be anything. :P