Remmy112's Forum Posts

  • Is it possible to make a ringtone app using C2? Save as notification, ringtone, contact? Thanks

  • Did you ever figure out this ?

  • awesome ty danuyos. I will try this.

  • Save for mobile is kinda easy. SAVE on the layout you want, then use the LOAD on the layout the player will open the app to. Hit me if this confusing.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's going.. I am learning more daily. Still looking for someone to hook up with to learn together tho.

  • How can I make this. I want to add up each field like the following.

    Field 1: 6

    Field 2: 8

    Field 3: 5

    Field 4 : 9

    When the hit enter, a final number will be made using the following process.

    6+8+5+9 = 28 8+2 = 10 1+0= 1 Their final number will be 1. How can I do this? Thanks,

  • Hi guys, I'd like to share my first C2 game. play.google.com/store/apps/details?id=com.brickcityapps.chooseone

    Took about 1 week to make and 2 weeks to collect the data. I think that's pretty quick and C2 made it real easy. Feedback welcomed. thx

  • there are too many "on start of layout" I've seen many issues because of this.

    you start..and reset the global variable, i take it these are buttons, so depending on what they click on.. they do X. put all those together. click a..go here. b do this, c

    so.. on tap of OBJECT...add appropriate ACTION.

    with each layout..they must use the main one. check that. hope it helps man..gl

  • post a screenshot of your event sheet. maybe the issue could be on one event sheet or a timer issue.

  • Thanks GeometriX

  • I am trying to understand the logic behind Webstorage. I want to use it to save my game on an android device.

    Basically I have a global score, that I set it to text, then I make the text show up on a category page.. So if there are 10 levels in the game, I want to show you the score you received on each level played. I am having no luck. I saw a lot of save tutorials, but its does not seem to be working for me. Can someone help me out pls. thx

  • Thanks. I'll check it out.

  • I'd like to make a graphic, that the user can save locally to their android device. Thinking of using it for HighScore shares. So I give them option to SAVE the highscore, it would then generate a pic to their gallery and they can then share that pic. Is this possible? thx

  • Please note from this build CocoonJS support is deprecated. You can continue to use it for existing projects by right-clicking the Insert Object dialog or Export Project dialog and selecting 'Show deprecated plugins/exporters', however the options are now hidden by default to discourage new users from going down that route. CocoonJS has a number of difficult compatibility problems and bugs which do not appear to be likely to be fixed and cause constant complaints from users. We instead recommend using Ejecta for iOS and Crosswalk for Android. From iOS 8+ and Android L+ we instead recommend using PhoneGap, which from those versions have full GPU-accelerated WebGL and Web Audio support on both platforms, much better compatibility due to being real browser engines (with form controls, XML parsing, letterbox scale, etc), and low filesize overhead. We're aware that IAP and advertising support still needs to be added to PhoneGap (at least officially) and plan to address this before the next stable update.

  • why its a good idea to read huh.. ok.. thx.