Minoterrae's Forum Posts

  • How do I access JQuery's .text() or .html() to change/update via an event?

  • I would like to update my score in an odometer-style. Does anyone know the best way to do this?

    Thanks in advance,

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would like to have letters roll into place (like a slot machine does with cherries, lemons, etc.) to form words in an array. Has any body seen any examples of something like this?

  • I don't want a clock. I want a counter with a clock face that moves to the next level after a set period of time, i.e. 60 seconds. Has anyone seen any examples of tutorials of this?

  • I want to advance the background forward and backward by clicking on a forward arrow and a backward arrow by a set pixel amount at a time, say 300 pixels at a time. How would I go about doing this?

  • Because I have so many, it would be more manageable.

  • I would be interested in learning if there are any C2 programmers here that would be interested in creating a game template for me, specifically a trivia game template. If so, and if you have a general idea what you would charge, I'd like to know.

    Basically, read in information from an array to determine which graphics answers go to which graphics questions, randomize the order of the questions, keep track of score and % of correct/incorrect, deduct points for any 3 wrong answers in a row, have a countdown timer of 10 seconds per question, etc.,

    No multiplayer needed at this time.

    That's about it.

    Looking forward to hearing from you,

  • Anybody want to lend me a hand creating a shiny button. I have an example of what I am looking for but it isn't high-resolution enough (too lossy)?

    Thanks,

  • Korbaach,

    In the FindAll examples you've done, how would you handle a mouseover event that would popup a hint or tooltip of some kind next to the answers being listed, perhaps a rectangle graphic containing text that would give some kind of small clue to the user?

    For instance, in the Fictional Character question, a mouseover for each name would cite what book or movie that particular character first appeared in.

    Thanks in advance,

  • Korbaach,

    I would like to use sprites for the answers instead of text objects and was wondering how to associate images with the text information stored in the array in your example.

    Thank you for all your responses, by the way.

  • Korbaach,

    In the Find All example you did, can you tell me what the following parameters mean? "c2array"":true,""size"":[8,6,1]

    The 8 is the number of questions, but what is the 6 and 1? Also, what is the string length? I put in a couple of my own answers but they were too long to be shown.

    Thanks,

  • I would like any advice on looping through an an array of about 10 - 15 different-sized sprites and placing them on the screen spaced enough apart so there is no overlap.

    Thanks,

  • I would like to know how to do the following or at least the best way to get started.

    I want a screen of tasks the user has to perform. The user clicks on a sprite/button and go to that particular layout to do the task. When the task has been completed, they are returned to the original screen of tasks with the task they just performed greyed out and no longer selectable.

    Thank you in advance,

  • Terrific example!

  • Well, each particular question would be different. But an example would be:

    Who Was A U.S. President?

    Thomas Jefferson, George Washington, Nathan Hale, Patrick Henry

    Here there would be more than 1 correct answer.