applern's Recent Forum Activity

  • Hi!. So I need my text to have the current date. I saw a few tutorials but all of them had date AND TIME. Is there any way to not have time. Thaks

  • You only need to set layer visible.

    System > layer "About" visible When start layout.

    Got it thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can have a variable to check which button is clicked.

    Then you compare the variable and show the corresponding layer.

    Example:

    Global variable layerDisplay

    If layerDisplay = 0 => Layer Main Visible, Layer About Invisible

    If layerDisplay = 1 => Layer Main Invisible , Layer About Visible

    If Main clicked => layerDisplay = 0, Go to Layout TitleScreen

    If About clicked => layerDisplay = 1, Go to Layout TitleScreen

    How do you call a ayer by name?

  • applern GOT IT!!

    This is what you mean: construct.net/en/tutorials/making-smooth-following-camera-386

    THANK YOU SOOOO MUCH.

    You're welcome! Have a wonderful day!

  • The view area is 500X800. And the player is set to scroll to. This issue is, when the player gets near the floor you can see under the current platform to the platform below. I don't want the layout to be so bouncy.

    Is there a way for the scroll to to just go horizontally until the player actually moves to the lower platform of the layout? So the screen doesn't bounce up and down so much.

    https://youtu.be/_FLC1VbsOzY

    Do you have a camera in your project? which allows you to navigate with the player?

  • So I have 2 layouts. Game and TitleScreen. TitleScreen has 2 layers

    1.Main

    2.About.

    Game has only 1

    1.Game

    Now there is an about button on Game. If I press about it should go to layer 0 ofTitleScreen which is about. Any way to do this? Thanks

  • Sorry, should have mentioned the other (most obvious) way to create the array json - right click on the Files folder, and select New>Array; you can then use the built-in array editor.

    No its fine

  • Here's an example that lets you select answers and then submit:

    https://www.dropbox.com/s/qc9dourwsf4f7g6/quizTemplate2.c3p?dl=0

    Did you make th json folder in construct 3 or..

  • Here's an example that lets you select answers and then submit:

    https://www.dropbox.com/s/qc9dourwsf4f7g6/quizTemplate2.c3p?dl=0

    Since this is random, the first one will be (lets say) question 3. then the 2nd one Question 2 . Is there any way to change that written above? if not its ok. I'll just not have it written there

  • Here's an example that lets you select answers and then submit:

    https://www.dropbox.com/s/qc9dourwsf4f7g6/quizTemplate2.c3p?dl=0

    Wow! this is amzaing! Thank you!

  • You can use either of the examples I've posted - you just need to add more questions to the array file. There may be an easier method (perhaps importing a csv?), but using json array files is a fairly straightforward way to do this.

    Okay thank you. I'll check it out. I'm sorry for so many posts, but i really hope it'll lessen

  • Here's an example using an AJAX + array that lets you set any number of correct answers:

    https://www.dropbox.com/s/5inhie14yi7rolr/quizTemplate.c3p?dl=0

    Both the questions and answers are shuffled using permutation tables.

    I've added comments throughout the event sheet to explain how it works.

    So This is like. when you check it shows wrong or correct, right? So what if it was like you check (whatever you need to check) then press submit. The right answers become green and the wrong become red?

applern's avatar

applern

Member since 7 Oct, 2019

None one is following applern yet!

Trophy Case

  • 5-Year Club
  • Email Verified

Progress

6/44
How to earn trophies