Hasan999's Forum Posts

  • Hey guys...

    I really need some feedback.. Please try it out, you may as well get addicted

    Let me know if you want me to review/rate your new game, in return, if that helps lol.

  • Hi,

    Just published my new game called An Unnamed Cell made using C2, compiled using Cocoon.io:

    Download here: https://play.google.com/store/apps/details?id=com.unnamed.cell

    *Update* Non-Android users can play here: https://www.scirra.com/arcade/strategy-games/an-unnamed-cell-4279

    Please provide your feedback below, and if you like it share your reviews on Play Store Thnx

    Have fun!

  • Hi,

    I have an app idea, which would have similar features and user-interactions as in QuizUp...

    Was wondering if it is possible to make QuizUp type App using Construct 2?

    If yes, what additional plugins or addons would I require?

    Cheers!

  • Here's a solution with 1 variable:

    Is Touching Object (Button)         Add 1 to variable

    Every 1 seconds

    On any Touch End                         variable set to 0

    If variable = X seconds                  Do Action

  • Anyone?

  • Your confusion is valid, since Construct 2 does not allow mixing of AND and OR together.

    Suppose you have to do something when [ A = true AND B = true ] OR C = true,

    My solution to the above problem, using Construct 2 event sheet, would be:

    ------------------

     A = true              [Do something]

     B = true

    ------------------

       | Else                [Do something]

       | C = true

       |---------------

  • Hi,

    Like in most of the famous games, they let us "Watch the video" to "Restore the lives".

    How can I do that in Construct 2, since both: CocoonJs and Admob plugin (which I normally use) have an option for Fullscreen Ads, which may or may not show Video ads.

    Please help,

    Thanks.

  • Hi,

    I'm not sure if you are familiar with an Android app called: WonderPolls, but I want to make an App for custom / public / category-wise POLLS... where basically, anyone can post a random Poll, and people can view and input their opinions to different polls.

    My question is whether Construct 2 is a suitable (or sufficient) tool to make such an app? OR, do you recommend an App developing software instead?

    If C2 is equally applicable, can someone please suggest any similar and existing example of such an app?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If it works on the Ludei launcher app but not after compilation then it sounds like it's probably a bug with cocoon.io... Your best bet might be to contact them directly; they'll probably ask for a copy of your project to see what's going wrong. It's been a long time since I used cocoon(js not io) and they typically took a couple of days to answer emails, but I'm sure they'll be interested in fixing their product. Out of interest, do your previews work in chrome browser on your mobile?

    Wait, just to clarify, it does not work on Ludei launcher, it simply does not show any error, but no response to touch when dealing with drag/drop or even Has-Nth-Touch.

    It works on both: Preview on my laptop's Chrome browser, and Preview on my Mobile's Chrome browser.

    So yes, it's fine on device (chrome preview), which means no programming mistake. Right?

  • Hi,

    Perhaps I can help, but I did not understand exactly what you are aiming for. A snapshot or an example image may help.

    Correct me if I am wrong, the formula you have is of a hexagon with flat sides on top/bottom, whereas, you need a similar formula for a hexagon which is rotated 30° (which will make the hexagon's flat sides on right/left)

    Also, by 60/70 do you mean, its radius of 60 and 70 ?

  • What error messages do you get when running the game in the cocoonjs app from a zip? Assuming it represents cocoonio compilation.

    No error at all. I tried the Launcher app, and viewed Errors, there are none!

    It's only that the Touch does not do anything after compilation, whereas, it works fine in Preview on Chrome, and Preview over Wifi on Device.

    Really confused!

  • you mean, in the CocoonJS Launcher app?

  • Someone please help!

  • Hi,

    My game is complicated, but to describe the problem, assume a Air Hockey type game, which also have a 2 player mode: Screen split in halves, where both players can control their Paddles on each side of the screen using Drag and Drop behavior.

    I have also used Has Nth Touch functions to work with 'specific' players' Touches and Releases during the game.

    It works perfectly fine during the preview (on any browser), and also via preview over Wifi on my Android device. I can control both players with two hands independently.

    Problem is, when I compile, export (via CocoonJS Ludei exporter) and run it on my device, it no longer respond to any touch! The paddles do not get dragged, absolutely no response to any touch anywhere. Although the game runs fine otherwise, physics behaviors are working, only Touch has no response only in that two player mode.

    Please help me figure out, what could be the problem.

    Thanks!

  • Anyone?