More Frames in 1 Layout

0 favourites
  • 8 posts
  • Hello guys, I am a newbie here, please help me find a solution. I want more frames in just one layout. For example: 25 questions in just 1 layout. in every question, i want to insert sounds like good job or try again before going into the next question. Any suggestions please..Thank you.

  • I'm not sure what it is you need help with.

    Are you having problems displaying the questions?

    Are you having problems playing the sounds?

    Are you having problems with the controls?

    I'm also not sure what you mean by frames, In C2 frames usually means the seperate pictures an animation is made up from, but I guess you mean something else..

  • Thanks for paying attention LittleStain...what I mean is I want to have lots of questions and answers in just 1 layout, but before going into the next question i want to put an audio first saying Perfect or whatever....now my problem is what condition I am going to put in my eventsheet.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't know how you have your answers set up, but if they are text-objects it would be:

    on answertext touched - play sound "perfect" with tag "answered"

    (add a conition to see if the answer is right)

    audio on ended tag "answered" - (put the events here to go to the next question)

  • Thank you much LittleStain, but Can you please show me an example for that? My anwswers is an image not text, for the reason that I am making App for kids...Images is more presentable for them

  • If you could give a link to your capx, it would be much easier.

    What you are trying to doesn't sound hard if you understand how events and conditions work in Construct2.

    All you have to do is check if the touched answer (image in your case) is the correct one and when that answer is touched play the sound as shown above. After the sound is finished you set up events to stop showing this question and start showing the next one.

    All this is pretty basic stuff.

  • I am a newbie here..and I believe I need to dig more about this.....Thanks for the answer anyway.. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Have you tried following the beginners tutorials?

    Although they aren't about what you are trying to make, they do teach you the basics of working with Construct2. You'll learn how to use events, how to trigger certain responses based on conditions and much more. Learn the basics by following the tutorial and the answers to these questions will come much easier.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)