Toddler's Recent Forum Activity

  • Which one will result in faster game play ?

    Create a game of a smaller resolution and then have it scaled up automatically in the iPhone or Match the resolution directly ?

    Is the processor power require to scale up the graphic significantly lesser then not having to deal with that at all ?

  • Correction, this is the code:

    <meta name="viewport" content="user-scalable=0, initial-scale=1.0" />

    This will fix the iphone 5 Home Screen Scale Problem.

    Again the developer of Construct 2 might want to update this on the next release to fix the iPhone 5 Full Screen Issue

  • I just realize it is a Bug with the iPhone, this is the ANSWER:

    http://www.mobilexweb.com/blog/iphone-5 ... developers

    The developer of this software might want to take note of this:

    <meta name="viewport" content="initial-scale=1.0"> <--This is the only way to make it fill up correctly as home screen in iPhone 5.

  • Hello caiorosisca.

    My project is already set to Letterbox scale.

    Where is this "Full Screen on Browser" setting that you speak of ? I can't find it

  • I use Flash to create my Apps for the longest time.

    Flash's AS3 have a built in Webview.

    Can I use the Webview to load the HTML5 instead ?

    The issues is, for some reason, Construct 2's HTML 5 file will only load if put on a server.

    How can I make it run "locally" ? If I could get that to work, then I can very well use Flash's webview to serve up Construct 2's HTML 5 and have it all work right in Flash !

  • For example: CocoonJS, you upload your zipped up HTML [Awesome Construct ;p] and then it MAGICALLY create this apk file without you having to generate your own *.p12 files.

    I have been developing for Android and iOS using Flash for the past five years and recently try to create my first app in Construct 2.

    There is much questions from all these "Magic" that I am seeing.

    What if you want to "update" your Android app ?

    In Flash, it is ok, because you are using your own generated *.p12 file and using the same com.companyname.appname App ID crap.

    But...now I went back to cloud.ludei.com and edit the compiled file...I don't see how you can upload an updated version under the same com.companyname.appname.

    Am I thinking too much ?

    Could it be that I have to create a new project for even a 0.0.1 version update ?

    Can it be under the same com.companyname.appname App ID crap ?

    This is all very new to me...

    I am a little scared...felt like going back to Flash for comfort ;p

    I paid for Construct 2 by the way, Worth EVERY CENT

  • DUTOIT, you just turn my long list of conditions into one.

    You

    ARE

    AWESOME !

    I saw your tip newt, but that would require me to rename the files ;p

  • Thanks blackhornet for the tip

    DUTOIT, you are awesome thanks !

  • Can anybody help Please ?

  • This is the correct image.

    Thanks to anata

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh I understand what you mean now anata, will updated corrected pic if anyone wants to learn in a while.

  • I don't understand what you mean anata, I only want to check the value of RandomNumber once to see if they match any of this value after the function PlayRandomScrollingSound() has done manipulating the number.

    In any other programming language it would be a simple:

    Switch Case [C++]

    or Select Case in Visual Basic.

    Example:

    switch (floor(random(8)))
    {
    case 0:
    PlaySound0;
    break;
    
    case 1:
    PlaySound1;
    break;
    
    case 2:
    PlaySound2;
    break;
    }
    [/code:13ibppam]
    Why is the simplest thing so difficult in this drag and drop paradigm ?
Toddler's avatar

Toddler

Member since 19 Jan, 2012

Twitter
Toddler has 1 followers

Trophy Case

  • 12-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Email Verified

Progress

14/44
How to earn trophies