Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Gaming and Game Development

Reply
 
Thread Tools Rate Thread Display Modes
Old 12-29-2001, 01:09 AM   #1
lashon20
Registered User
 
Join Date: Nov 2001
Posts: 11
Question help with trivia game

I have a multiple choice trivia game and I wanted to make it where if you click on the wrong button something would pop up and say wrong and then it goes to the next question and if you click on the right question it says you won $100 dollars and it goes to the next question. I had put an input text field in the beginning and I wanted to make it where you type your name in and it goes to the next page and says hi whoever you may begin the game , etc. I am not sure how to do these, I am not sure if I need to look and if then statements or arrays or what. Could someone please help me.
lashon20 is offline   Reply With Quote
Old 12-29-2001, 06:40 AM   #2
blue
EXODUS WANNABE
 
blue's Avatar
 
Join Date: Nov 2001
Location: NZ
Posts: 77
Default

you could have 4 invisible buttons, and on each have:
on release [
if question = 1 [
input = "correct"
]
if question = 2 [
input = "correct"
]
if question = 3 [
input = "wrong fool"
]
]
bah, you get the point :P
blue is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FlashGameLicense.com - virtual marketplace to connect game developers and buyers AdamSchroeder General Chat 0 12-18-2007 10:16 PM
Rate My Game, plz fill the questioner UzumakiJr Site Check 0 12-16-2006 09:48 PM
Card Game (turn-based) - Lobby Room and Game Room, maintain state cururu ActionScript 2.0 3 05-20-2006 03:06 AM
Keeping score in 2-player trivia game apprentice Gaming and Game Development 2 09-12-2002 06:43 PM
Hockey Trivia Game abowles Site Check 0 04-23-2002 08:24 PM


All times are GMT. The time now is 02:34 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.