Basic Trivia Game

I am looking to make a trivia game as a special feature on my dvd for my kids...1 trivia game per each kid 10 questions each...After each question a track is going to with them saying YAY or NO and then it proceeds to the next question....The questions do not need to be in random order....infact id prefer they are not...also id like at the end of the quiz for a menu to say how many they got right out of how many....i have developed a way to do this however it involves using over a hundred menu's and tracks with different end jumps...i do not know anyhting about scripting but i am willing to use it if someone lays it out for me....im using DVDSP4.....and ideas?

Do a quick search using the "more options" and search last year, just put the word "trivia" in the DVD SP forum and there are many threads. I think some of them had some details and point to projects files

Similar Messages

  • Trivia Game: Error while testing CS3 app in CS4

    I have been attempting to test an exercise file for a Trivia
    Game written in AS3 using the Flash CS3 IDE.
    Unfotunately I have been receiving two errors each time its
    run while using Flash Professional CS4.:
    <ol>
    <li><strong> 1023: Incompatible override.
    </strong></li>
    <li><strong> 1021: Duplicate function
    definition.</strong></li>
    </ol>
    each of these errors occur on the same line:
    <ul>
    <li> <strong>public function showScore()
    {</strong></li>
    </ul>
    Can anyone help? The code and every

    It appears that showScore is some sort of reserved word in
    CS4 or one of the CS4 libraries. Just change every showScore in the
    code to something else like showGameScore and it should
    work.

  • Trivia game that does NOT require data

    looking for a trivia game that does not require an Internet connection. We are going camping and like to play a trivia game around the camp fire, but there is no cell service or data or wifi. We have used Mr Trivia for the last couple years but have ran out of new questions. Looking for something simular in function. Most of what I've tryed does not funtion without running data.
    ipad, iphone or pod (mutiple generations)
    thanks

    dalewren wrote:
    Are there any carriers that allow this?
    Not that I'm aware of. In fact, many carriers, if they detect an iPhone on their network without a data plan, will either bill you for such or cancel your service.

  • Scoring in a trivia game

    I'm putting together a flash trivia game. I want the score to
    be revealed only after all the questions have been answered.
    Something like this:
    1-5 right, try again
    10+ right, good job
    15+ you're getting better
    20+ you're a master
    So, I need some script to remember the score, and keep it
    hidden, and count the right answers and reveal them at the end.
    Can someone help me with this?
    I'm kinda new to action scripting

    To be able to play existing sounds fragments and play generated tones you can use the Mobile Media API (MMAPI). Check whether your target JVM implementation supports MMAPI.
    To be able to play a certain tone you could use something like this:
    (check the API specification of the 'javax.microedition.media' package)
    Manager.playTone(int note, int duration, int volume)
    That should do the trick.
    Jasper

  • Simple Trivia game

    I am attempting to design a very simple trivia game. It needs to include if and for statements. Can anyone link me to a place they know of that shows me how?

    pastramigod wrote:
    More of how to incorporate it into a trivia game.There's no specific instructions for this that I know of. You're just going to have to play and experiment with your code. In fact, I recommend that you play and experiment with your code, because even if you don't get a decent game running, you are sure to learn a lot. Please come back with your code samples if you run into problems.

  • Music trivia game error message

    i'm having problems accessing my music trivia game. it worked when i got the ipod last week, but now that i've used it a bit, whenever i go to play my music trivia, "no songs found, error" appears on my screen. does anyone know why? is there some way i can fix it? i have only deleted a couple of songs and added a whole album (18 songs) but that's the extent of the changes i've made with the nano. any help would be appreciated
    thanks
    PC   Windows XP   Sony

    If I reset the iPod, that means all the songs will be deleted too, right? I'm still a little unclear with all these 5 R's thrown into the mix every which way!
    Thanks

  • Basic apps/games for the nano 6th generation

    Question for Apple:
    Are the any plans for additional updates. For example it would be good if there were a few basic apps/games for the nano considering the price associated with it.
    Please note I understand that there is limitation to what can be added due to the size, however I do believe that adding simple card games such as solitaire, hearts, black-jack would really enhance the product and increase customer satisfaction of the product.
    I brought this Ipod to replace my classic version with probably the same size screen(but not touch) and that came with games.

    See your other post.

  • Making some basic Java games

    Can anyone help on how to make some basic java games for my website if you could that would be helpful
    thanks,
    Louie

    Well, first of all you program the Framework, add Graphics / sounds / Data , then you put it in your HP - There you are!

  • Need a little help with a trivia game

    Hey guys I was wondering if I could get some help. I'm taking a class at school for java programming and its my first class. And I have to do a final assignment, which is to make a java trivia game. I have all the parts coded already pretty sure. Now be forewarned that I'm not "that" great at programming.
    But the part that I'm stuck on and cant really get any help on is this: For the game I need to have a file with all the questions and answers, which is created already and works. The file writer has the question, choice 1, choice 2, choice 3, choice 4 and the answer written to it, in that order. We needed to implement a GUI and I coded that as a message label on top where the question will go, in the middle 4 radio buttons where the choices to the answer will go and on the bottom a next question, ok and quit button.
    My question is this: How do I pull the information from the file that was written to appear in the GUI, such as the question and the choices for the answers for the question? ANY and ALL help would be appreciated

    Read the information using a BufferedReader wrapped around a FileReader. Change your GUI using setText on the component you want to display the text.
    Edit: An example that does both things
    import java.io.*;
    import javax.swing.*;
    public class FileAndSwing {
       public static void main(String[] args) throws Exception {
          BufferedReader reader = new BufferedReader(
                new FileReader("FileAndSwing.java"));
          StringBuilder builder = new StringBuilder();
          for ( String line = null; (line = reader.readLine()) != null; ) {
             builder.append(line).append("\n");
          JFrame frame = new JFrame("FileAndSwing.java");
          frame.setSize(500, 500);
          JTextArea field = new JTextArea();
          frame.add(field);
          field.setText(builder.toString());
          frame.setVisible(true);
    }This is also kind of a Quine :-).
    Edited by: endasil on 15-Dec-2009 4:00 PM

  • Trivia game app with real money

    hi,
    i`m working on a trivia game app that involves a tournament with money prizes.
    i haven`t been able to understand what`s allowed to do under the apple guidlines concerning possible means of payment for credits to the tournament.
    1 - can i use In App Purchase to allow the players to buy credits for the tournament where they can win money?
    2 - can i have a native page allowing them to buy credits to the tournament using credit card or paypal? if not can i open a browser asking them for their credit card\paypal?
    Thanks!
    Ido

    Because the game is only 99 cents? It shouldn't matter, itunes is getting money either way, I already paid for the card and redeemed it to my account. How ridiculous.

  • Making a trivia game.

    I was looking at making a sports trivia java game. I want to make it so it starts with 20 seconds and goes down and the faster you answer it the seconds left equals how many points you get. Does anyone have any left over code or a similar style of game? I won't be putting it online or anything I am just making it for a friend and thats it so no real code stealing and making profit or anything. So can you please help me?
    Thanks

    SomethingCool wrote:
    I have all the questions and everything done. I just need help getting started on the actual game.
    Thanks"Help getting started" is very different from "a tutorial that has exactly what to do". So which do you want? The code so you can re-type it yourself? Or the basic concepts and techniques so you can actually create code yourself?

  • How to make a really basic pong game for a beginner

    Hello.  I've read through a couple of threads on here dealing with making a game of pong in LabView, but in them the users had questions with far more complex aspects of the program than I want to deal with.  I am a beginner programmer in LabView with limited experience in Java and Visual Basic programming.  I was tasked with creating a game over winter break, and now that I finally have some time (this weekend that is), I decided that I'd make a really simple game of pong.  However, I have seriously overestimated the difficulty of this for a beginner who has very limited knowledge of Lab View.
    I ask you to please have some patience with me.
    I know what I want to do, and just need help inplementing it.
    Here is the idea for my design to keep it as simple as possible:
    -Create a field (I am not sure what to use for this, but from my reading it appears that some sort of a picture output is needed, but I cannot find that anywhere).
    -Set up some simple function that can output the dimensions of this field to use with collision tracking.
    -Create a ball that can be tracked by the program.
    -From my reading I understand that the simplest way to "bounce" the ball off the sides appears to simply reverse the X velocity of the ball when it strikes the vertical boundaries and the Y velocity when it strikes the horizontal boundaries.
    -Insert some sort of a "paddle" that the user can control with the left and right arrow keys.
    Now, as I have mentioned I am a beginner with approximately one month maximum knowledge of this software, spread over about a year.  I want to take things slow.  So for starters, would anyone be willing to walk me through creating a visual output for this and creating a ball that will bounce off all sides?
    If I can at least get that far for now, then I can move on (with help I hope!) of inserting an interactive interface for the "paddle."
    I have found some LabView code for a simple game like this, but it also includes a score keeping loop as well as an "automatic play" option, and I am attempting to wade through all that code to find the bones of it to help me with this, but due to my inexperience, this might thake a lot of time.
    I thank you for any and all help anyone may be able to provide.

    EchoWolf wrote:
    -Create a field (I am not sure what to use for this, but from my reading it appears that some sort of a picture output is needed, but I cannot find that anywhere).
     Wel, there is the picture indicator in the picture palette. In newer versions it's called "2D picture". The palettes have a search function. Using the palette search function is a basic LabVIEW skill that you should know. If you've seen the example for the other discussion, it uses a 2D boolean array indicator. The boolean array is only recommended for a monochrome very low resolution display.
    EchoWolf wrote: -Set up some simple function that can output the dimensions of this field to use with collision tracking.
    -Create a ball that can be tracked by the program.
    That seems backwards. Properly programmed, the code always knows the dimension and the ball position. The program generates, (not tracks!) the ball movement. Of course you need to do some range checking on the ball position to see when it collides with the walls.
    EchoWolf wrote:
    -From my reading I understand that the simplest way to "bounce" the ball off the sides appears to simply reverse the X velocity of the ball when it strikes the vertical boundaries and the Y velocity when it strikes the horizontal boundaries.
    Of course you could make it more realistic by keeping track of three ball parameters: x, y, spin.
    EchoWolf wrote:
    -Insert some sort of a "paddle" that the user can control with the left and right arrow keys.
    Pong is typically played with the up-down arrow keys.
    EchoWolf wrote:
    Now, as I have mentioned I am a beginner with approximately one month maximum knowledge of this software, spread over about a year.
    LabVIEW knowledge is not measured in time units. What did you do during that month? Did you attend some lectures, study tutorials, wrote some programs?
    EchoWolf wrote:
    So for starters, would anyone be willing to walk me through creating a visual output for this and creating a ball that will bounce off all sides?
    I have found some LabView code for a simple game like this, but it also includes a score keeping loop as well as an "automatic play" option, and I am attempting to wade through all that code to find the bones of it to help me with this, but due to my inexperience, this might thake a lot of time.
    Start with the posted example and delete all the controls and indicators that you don't want, then surgically remove all code with broken wires.
    Alternatively, start from scratch: Create your playing field. Easiest would be a 2D classic boolean array that is all false. Use initialize array to make it once. Now use a loop to show the ball as a function of time.
    Start with a random ball position. to display it, turn one of the array elements true before wiring to the array indicator using replace array subset.
    Keep a shift register with xy positions and xy velocities and update the positions as a function of the velocities with each iteration of the loop. Do range checking and reverse the velocieis when a edge is encountered.
    What LabVIEW version do you have?
    LabVIEW Champion . Do more with less code and in less time .

  • Basic 2d game question

    I'm trying to teach myself how to create a game in java but every tutorial online creates an applet game, I don't want to use applet. I'd like to look at the code for a simple shooting game that isn't an applet if anyone could point me towards where I could find that it would be great. I don't understand applets and the code never works for me from tutorials which extend the main class with applet so that is why I'm looking for something that doesn't do that.

    Whether the game is an Applet or an Application the logic is basically the same. The main difference is in the custom painting. When you create a Swing application you do custom painting by extending a JComponent or JPanel and then override the paintComponent() method.
    Read the section from the Swing tutorial on "Custom Painting" for some simple painting examples to get you started. Once you understand the basics you should be able to easily convert an the Applet code.

  • CS4 coding - trivia game

    I'm coding a question-and-answer type of game for a class of mine. Even thought I have CS4, I'm using ActionScript 2.0. The game has five categories. Each category has a button in Scene II that takes the player to another scene (Button A to Scene III, Button B to to Scene IV, etc). Once you get to the scene, a box (made a button so you can click it) with a question fades in. When you click it, the question fades out and the answer fades in. Clicking it again loops back to the beginning of the fading tween.
    What I need help with is finding a way to make it so each time the player clicks a category, they'll be taken to the next question in line. So the first time the player clicks Category A, they'll be taken to Question/Answer 1A. The second time they click Category A, they'll be taken to Question/Answer 2A. And so on and so forth.
    Also, is there a way to do this simply without having to make every individual Question/Answer button? I have over 100 questions and I don't know how well my program will be functioning with that many things to load.

    You will have to rethink your approach in order to simplify that game.  Using scenes the way you are will be hard to manage, and using scenes with navigation is not a reliable design approach when it comes to Flash, they just don't work reliably.  You can easly design this whole thing is just one frame if the timeline if you think thru it.
    Your game design should not be based on creating individual questions/answers movieclips that you have to manage on the timeline.  What you should think about is how to go about making it so that your questions and answers are just data that you store in variables (like an array).  You just pull the data sequentially from the array as you progress thru the game.  Later on, you could have the questions/arrays fed into the file dynamically using an xml file or a database.
    The vehicle for presenting the question / answer sets could be designed as just one movieclip with a dynamic textfield that you assign the text for each new question /  answer to using code.  Try to think how to design a movieclip that does all of what you described as far as the buttons and whatnot that you can use over and over again, just the one instance of it.  You go thru a question / answer set , click a button, and that same movieclip is re-used, where the next question / answer replace the last ones.
    It might seem like a lotta work, even just learning how to do it, but I'd be willing to bet it will take you alot less time to do than creating maybe 10 or 20 questions the way you are proceeding now.

  • Recording from yesterday's flash trivia game show event

    Hey folks, I don't usually do this, but I just wanted to let everyone know we had a really great time yesterday filming a game show edition of On the Air about flash storage. The guests were all really knowledgeable and entertaining, and the crowd seemed to really enjoy playing along. 
    Here's the link to the recording if you're interested in checking it out. 
    http://community.spiceworks.com/topic/1108755-on-the-air-game-show-you-don-t-know-jack-about-flash-s...
    This topic first appeared in the Spiceworks Community

    I think I get it now. The hype. Not the scary hype. Not the news articles that say attendees should only use pencil and paper or “burner phones.” What is this, The Wire? I looked all over for Marlo and Stringer and Fuzzy Dunlop and didn’t see them anywhere.What I did see was a killer keynote that made the kind of sense we rarely see in mass media. I saw technical presentations that simultaneously put my mind at ease and made me wary of what is inevitably around the corner. I saw a couple of sessions that were pretty dull but also packed with the kind of important information that will change my behavior once I get back out in The World (especiallyhow I treat my Mac… you know… because nobody hacks Macs, right?)The amazing part is that all of the diverse ideas I was exposed to today seemed to magically coalesce into a unified, albeit...

Maybe you are looking for

  • How to edit a PC based golive site on mac?

    Hi, I have a golive site file I always edited on golive cs2 on a PC. the PC version crashes too often to be useful. I'd like to try to use the golive site on CS2 golive on the mac side, but I have never had sucess opening the entire site file. is the

  • Using Media Manager to convert movies to apple pro res

    Using Media Manager to convert movies to apple pro res,  How can I convert my existing media files  from quicktime movies into apple pro res 422 ? After they are converted will I have to re-point my fcp project to the converted files? Thank You for t

  • How to Call Function from SAPSCRIPT

    I want to Call a function from my SAPSCRIPT to get some data and print the same in the form , Can I get an example for this

  • Load Chart of account values

    Hi , Has anybody used the following apis for loading COA values.. fnd_flex_loader_apis.up_value_set_value fnd_flex_loader_apis.up_val_norm_hierarchy If yes, appreciate if you could please share the sample script...

  • Airport Extreme Configuration

    Hi all. I'm new to using airports and would like some advice on configuration methods. I'm bringing in a new fibre connection to our office and will be connecting an airport to the network. It will be supplying internet uisng dhcp both on the LAN and