aisyah24's Forum Posts

  • Hi!

    Can you try these actions when you preview?

    1) Drag flour into the Water beaker

    2)Drag the Water Spoon over to the Water beaker.

    That is one of the problems that I'm having now. The animation shouldn't appear when I clicked on the Instructions button.

    Thank you.

  • Hi!

    What is FF?

    By the way, these are the screenshots at these links:

    box.com/s/z51gs4bvucby5f1liipe

    box.com/s/dxccv2hhb60eqid2k161

    box.com/s/4svqe6rtt9aj5cjm3dcp

    box.com/s/45mstrb3n0xgyerbcfnv

  • Hi!

    I tried rendering it on Firefox. The same problem still persists?

    Which C2 version are you using? Because I'm using the Construct 2 beta release R120.2 (free version). Not sure if this information helps much.

  • By any chance, did you try testing it on other browsers?

    Thank you.

  • Hi!

    I rendered and previewed it on Chrome and IE, and the same problem still persists. Will try install Firefox and check if the same problems appear again.

  • Hi!

    Which version of Construct 2 are you using?

    These are the elements that are appearing and are not supposed to be there when I clicked on the Instructions button.

    • SpoonWaterAnimation
    • FlourWaterAnimation
    • SpoonAlcoholAnimation
    • The whole iodine bottle and its layers.
  • Hi!

    Here is the single .capx file: box.com/s/2m61pa74sr9yy0hd5cl7

    Thank you :)

  • Hi!

    Can you elaborate on the part where you mentioned, " create a text object called 'Debug' and have it show output for whatever variable you are trying to test or debug for".

    Thank you so much :)

  • Hi!

    I have posted a .capx file at this link. box.com/s/7eo2p59qg2ux3t5fdxud

    Thank you for helping :)

  • Try Construct 3

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

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

    I am using Construct 2 beta release, r120.2 (free version).

    I am having trouble with this particular issue in my project. When I click on the instruction button to display the instruction window, other elements appear as well. I have checked the event sheet, and this is not supposed to happen.

    I have also checked the Z order to ensure that the instruction window is always at the top of the layer.

    I tried making the unneeded elements invisible when I click on the instruction button and display the instruction window, but when I close the instruction window, the animation that was playing seems to be missing an element.

    How do I check for any errors or bugs in my project?

    Thank you.

  • Hi!

    Thank you so much for your help!

    My project works well on both laptop and tablet now. :D

  • by the way, I have already the mouse input for the touch event in the properties pane.

  • Hi!

    Thank you for your reply.

    Do you mean that I can delete all my mouse events and just replace them with touch events and it will work perfectly?

    How about if I need to test the project on the laptop? I will need the mouse events, right..?

  • Hi Semicode!

    Did you managed to solved your problem with the Touch input?

    Thanks :)

  • Hi,

    I will need to use both mouse and touch for the inputs in my project. For the mouse, I have done the events as per needed.

    For example, I cannot click on the buttons in the tablet before I added in the touch events. But upon adding the touch events, the problem is settled.

    However, another problem occur which forced me to remove the recently added touch events, thus removing the problem.

    My questions are:

    For the touch events, is it necessary for the touch events to be included in the event sheet?

    Or it are the mouse events automatically converted to touch events when tested out on tablets?