Donald Cela's Forum Posts

  • EvilXIII Some slick games there. Like the Pixel style and the quick / harsh gameplay =) Run really well on the phone too.

    You seem to have ads, IAP and google play all nicely working too, something I am looking at trying to get working. Would you happen to know any good tutorials for this? Everything i have found is outdated.

    Would really appreciate that too! Please point us to a tutorial...

  • Ooo interesting, make it into a full open world GTA style game

    If i was immortal... i would try it

  • ..............................................................................................Play Store Link.........................................................................................................

    .................................................................................................

    .....................................................................................................

    "Drive-by Gangsters"

    Hello fellow Construct developers. This is my second app in Construct 2. It's heavily inspired by Hotline Miami and Gta SA drive-by missions.

    Unfortunately it is available only on Google Play! (i wish i could publish it one day on the AppStore)

    It has no ads or micro-transactions. Leave any feedback.

    Play Store Link

    ...

    ...

    I hope as many of you as possible can enjoy it.

    Thanks for your time!

    FEATURES:

    . Drift & Shoot

    . Kill & Earn $

    . Avoid crashes & Traps

    . Customize your Car

    . Upgrade, become deadlier

    . Unlock NEW Levels/Chapters

    . 30 Missions

    My Older App

    ...

    ...

    And my Facebook page in case anyone is curious about my 2D/3D creations...

    https://goo.gl/8jD7KE

  • if with Crosswalk works, maybe it is not a R247 bug.. maybe some incompatibility with Phonegap? have you try with Cordova CLI?

    Havent tried with Cordova CLI and unfortunately, im not sure i have much time and patience to try it. But since im pretty sure it has to do with the "hide statusbar" option during the export, ill just have to use an old plugin that does that instead of construct.

  • Problem Description

    The problem did not appear in stable release r244 but it started happening in r246 and r247. Building for android using phonegap online build, causes black bar to appear randomly on the bottom of the screen. What is mostly frustrating about this problem is that it (seems to appear completely randomly). When you are connected to the internet it seems to happen more often than when you open the app offline (NOT REALLY SURE ABOUT THIS). The only thing that seems to fix the problem is adding the crosswalk plugin in the config.xml file, but that triples the size of my app (which im really trying to avoid). Initially i thought that the problem happened only when using the browser object in construct 2 but lately found out that it happens anyway, even though it seems to happen more rarely without the browser object (still not 100% sure about this). THE ONLY THING that removes the black bar is using the browser's action to go to link and than come back with the back button, that makes it full screen again, removing the black bar. **UPDATE** the "hide statusbar" option if checked during the export to cordova, seems to cause the problem!!!!

    Attach a Capx

    With browser (black bar can be removed after coming back from opened G.Play store window) https://drive.google.com/file/d/0B3l8Xj ... sp=sharing

    without browser https://drive.google.com/file/d/0B3l8Xj ... sp=sharing

    Description of Capx

    one of the capx files gives you the ability to go to store page using the browser object and when you come back to the app it removes the black bar if it has appeared. The other capx is jut to show that the problem occurs even without the browser object in the projec.

    Steps to Reproduce Bug

      [start new construct project in r246 or r247 and add or don't add browser object] [scale outer, portrait, uncheck everything but "hide statusbar" in export to cordova tab options, choose android 5 webview ] [build with phonegap]

    Observed Result

    screenshots with and without the black bar... https://drive.google.com/file/d/0B3l8Xj ... sp=sharing

    Expected Result

    https://drive.google.com/file/d/0B3l8Xj ... sp=sharing

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    ____ Your operating system and service pack ____

    Construct 2 Version ID

    ____Beta r247 ____

  • nope, not at all! i

    think

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • talk about rare product!

  • Holy sh this looks so good, ESPECIALLY the pixel trees

  • What do you use to build the app ?

    Subscribe to Construct videos now

    on the description of the video you have the page to download the plugin for free.

    This one worked for my apps...

  • Hey all. Say I have a basketball game where the player has to shoot the basketballs into the net in order to score and there is text of 3 shown in upper left hand corner. How can I make it so that if the player misses the basketball net with the ball, the 3 shown will change to 2 indicating the player has 2 more balls left....then if he misses another basketball shot the 2 text will change to a 1 shown and then if he misses the next shot, the 1 will change to 0. Could someone please post a capx illustrating this?

    1-Create a global variable representing the number of balls you have (3 in this case) and name it BALLS

    2-Set a local variable to the ball and set it to 1 if it goes in,

    3.a- if it does not go in, of course you leave it to 0...

    3.b-if the ball hits the ground or falls beyond a certain "Y" value and its variable is =0, than you remove 1 to the global variable BALLS.

    After that, set the text to "balls left"&BALLS...

  • I was trying not to use physics, but if this is the only way ... Thanks

    i know you probably want to save on performance, but still it needs some work on scripting if you choose the platform behaviour

  • Dude thanks so much! I feel so stupid because of how obvious the solution was

    glad it helped !

  • Yeah I have a similar problem, but it occurs even when Appodeal's third-party plugin is not included when building with PhoneGap.

    The screen is rescaled and there is a blue bar on the bottom, idk what it may be... I have used banners before, but now I don't...

    Interesting, never tried it without plugin... so maybe the fix for that must be searched on Construct's side of the plugin.

    Hopefully ill find a solution with appodeal actions, simmilar to smart banners in admob's plugin.

    Thanks!

  • no problem

  • Im curious about performance on mobile, also will this work with C3 ?