DayDream's Forum Posts

  • How can I play video on mobile devices

  • R0J0hound Thanks for the advice and suggested topic.

    gumshoe2029 Thanks also for the suggestion

    I'll ask if ever I have need of verification

  • Can I apply it on construct 2? Coz that's the last piece of my project.

  • Hi!!! Can I ask if how can I make a drag and drop flowchart simulation and checks if the symbols are in the correct position?

    thanks for helping =)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello!!!

    Can I ask if there is a way that I can show the calendar on construct and I can marked the days based on my inputs?

  • You're right that's why I used "on tap object" instead of "on touched object" and I am so glad my problems been solved thanks for the help guys

  • I can't, I have low reps =(. . , but you're right I am using touch object type but instead of using "is in touch" or "is touching object" I used "on touched object" so that it will trigger when i touched an object.

  • it also has the same effect when I exported it as cordova and used intel xdk

  • Any luck?

  • Hi guys. I was exporting my app to HTML5 and run it on cocoon js using webview and also tried to export it on cordova and build it using intel XDK. The problem is when I press the Read button once it navigates to the particular chapter without me pressing it or touching a sprite or button, it also happens when I click a video button on layout 1 (i.g., that supposed to be go to Layout 2) it still on Layout 1 and it also happens on the quiz part of my app. When a user press or click letter a (which is on number 1) it always jump to number 3 and so on (which is 1,3,5,7,9 always) that supposed to be 1 then 2 then so on until 10.

    I am using sony experia e and Samsung Galaxy s3 which contains cocoon js and .apk of the app.

    Please help. Thanks

  • Thanks for the reply/suggestions =)

  • https://www.dropbox.com/s/ysroslaj27oqr0i/sample%20MOOSAD.capx?dl=0

    here is the app

  • Scenario:

    My first array is Questions then my second array is Incorrect. Elements on the array Questions came from a text data using AJAX, When the elements in Questions are shuffled using this action "set rnd to floor(random(Questions.Width) and deleting the index of the array Questions to prevent from duplicating.

    Here is the problem, whenever the user get a wrong answer, the value (all) of the index of the wrong answer in the array Questions should transfer to the array Incorrect.

    How do I implement that?

  • Here's the scenario:

    1. After taking the quiz (which is stored on a textfile data and transfer it into array) the user will go to a scoreboard layout

    2. When the user try to retake the quiz it only shows blank or white page layout.

    3. In order to retrieve the elements of the quiz you need to close and open the app again. (which is not advisable)

    Problem:

    How can I restore deleted elements on array or in a textfile storage without closing and re-opening the app?

    or

    How can I transfer the values of the quiz array (arrayQuiz) to another blank array (arrayStorage), then if I try to retake the quiz the arrayStorage transfer its element to arrayQuiz again then so on and so forth.

  • How can I restore the deleted index in the array??? haha here's the scenario:

    When I run the app it works perfectly so when I went to the Result Layout there is a button if the user will retake the quiz again. This is the part where I find it stressful, When the user press the "Retry button" The layout which the quiz should be displayed is blank or a white page. When I rechecked the events I appeared to deleted the index of the elements ( for shuffle ). Is there a way how can restore or probably pass the value of arrayQuestions to arrayStorage to prevent it from deleting and at the same time when I click the "Retry button" the value of arrayStorage will copy or transfer the value of it to arrayQuestions