procrastinator's Forum Posts

  • Yep a capx would help here.

  • No worries. I'm after a particular style so am picky ;p

    Here's the AJAX version with non repeating questions fixed.

    AJAX TRIVIA

    I learned quite a bit myself doing that ;)

  • You don't need a plugin for this ;)

    TYPEWRITER

  • Yeah I had a brief listen to a couple of randomly selected tracks and they weren't what I'm after, but I'll give every one a listen to tomorrow. If you know about the demoscene, you'll know what I'm after ;) Hopefully I'll find something that fits. Thanks for the offer either way!

    Don't know about Facebook as I've never even attempted anything for that platform. You need all that crap for that? Probably a good thing I'm not fussed then ;p

    The ghost shooter tutorial version is well commented. You shouldn't have any problems understanding how it works from that.

  • Ah nice one. I'm after a bit of music as it happens. I'll have a gander tomorrow. Don't suppose you have any retro sounding stuff? Like chiptune-ish?

  • Animmaniac, looks nice man! I can see Wolfenstein (although I'd prefer Dungeon Master) clones pouring out if you ever release the code to that ;p

  • No problem!

    Yep. Adding questions won't affect how many events you have since storing in the array is actions, not events ;) Although I wouldn't want to be you adding questions in that manner. I'll get AJAX loading done probably tomorrow as it's a simple thing really, but still takes a bit of time. It'll make it much easier to add your own questions in a text file. I wouldn't mind having an engine like this anyway ;)

    You can add a score very easily.

    global variable score = 0

    Then where it changes the text box to "CORRECT!" just add 1 to the score and go from there.

  • Download r115.

    I've never had a problem with it, even if it is beta. You can install to a different directory to the stable release anyway.

  • I've been around the block and I would advise using C2 to learn programming logic. Also, there's nothing like immediate feedback for learning and that's where C2 excels. Then if you decide you want to learn actual programming, it'll be so much easier. All you need to learn then is syntax... and OOP... and maths.. and so on.

    mattharrington, nice site. Might have to check that out when I can be bothered to do some plugins ;p

  • That's what it comes across as in that snippet Astrosus posted. If they don't mean that, then probably beter wording is needed ;)

  • To explain quickly..

    Questions array holds the questions (index 0 - 4)

    Answers array holds the answers (array index 1 - 4, question index)

    Answers array (0, question index) holds the correct answer which is referred to later on.

    TrackQuestions array stores each question's array index when a question is asked. This should be looped through to make sure the current ranom question isn't already asked but is flawed. I tried different methods so the code looks a mess there. Just ignore that. I'll fix it when I don't have so much on the go ;p

    The textbox that shows WRONG and CORRECT, also shows debugging info in the QuestionsTracked array.

  • TRIVIA GAME

    Hope you can understand most of it. I wouldn't setup a trivia game like that since there'd probably be well over 100 questions, but just did it that way to show you how arrays work for something like this. I'll probably look into getting AJAX to load a questions file and go from there, once the jumbling part is fixed so it doesn't ask the same questions.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Whatever you say, you basically lose all your rights if you want publish on app store and google play.

    There a list of my apps on app world to manage, i have a right to remove them from app world.

    How do you lose your rights through those? Apple can't take, for example, Angry Birds and do what they want with it. Maybe for advertising purposes, but nothing else.

  • Yeah Astrosus, that sounds like they can do what they want with your app. "Without consideration to you" just sounds damn rude. They may as well have said "f*ck you, we can do what we like with your creation".

    I know people here may think "so what.. it's $100 I wouldn't get any other way with my app" but look at what happened to Anthony Flack (creator of Platypus).

    joystiq.com/2006/12/07/platypus-game-creator-exploited-ignored

    forums.indiegamer.com/showthread.php

  • What makes you think that? ;p