ranma's Forum Posts

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • sound works, I used phonegap with low latency audio plugin (phonegap's not construct's)

  • Furries on Android Market

    Sling that Furrie as far as You can!

    You get to use a huge sling to shoot a cute little creature as far as possible. Gather money, gems and stars to unlock new features. Visit the shop and upgrade Your Furrie to make it fly higher, faster and farther.

    Have fun! :)

    <img src="http://dl.dropbox.com/u/59009902/furries/scr1.jpg" border="0"><img src="http://dl.dropbox.com/u/59009902/furries/scr2.jpg" border="0">

  • it's phonegap export with eclipse build. how bad is it? can you try to turn your phone off and on again and run the app to see if it's running faster then? thanks for the feedback!

  • check it out, a proof that c2 can be used to make simple apps, not only games. have fun! :) available for free on android market.

  • I really should check these forums more often :D

    There seems to be a couple misconceptions about appMobi I'll try to clear up.

    I don't think the "current status of things that in future are going to be changed" can be defined by "misconception" :) don't get me wrong and no offence, but from the start I was talking about how phonegap differs from appmobi NOW, not in future.

    Our default permissions are implemented for beginner to mid-level developers as they are our main clients. We were running into many apps being denied because our users didn't understand which permissions to select. These aren't set in stone and we may change how we implement this in the future.

    well this would be a good idea as accessing contacts without any reason doesn't look good, it's currently loud about android's autocad wanting access to phonebook :)

  • It worked in 79.4 as I recall, so I wouldn't bet it on the browser. But if the apk I posted works, that's something strange going on :)

  • for those wondering why execute action doesn't work in any layout but the first one, you have to make calljs object global. just stumbled on it :)

    great plugin, cheers!

  • http://dl.dropbox.com/u/59009902/Accelerometer%20Bug.capx

    http://dl.dropbox.com/u/59009902/Newproject-debug.apk

    simple project with text that every second should be updated, returns 0 (zero) on my nexus one with phonegap export (phonegap build and through eclipse)

    btw, audio in phonegap on android works just fine, great job Ashley thanks for that!

  •     var myaudio = new Media("/android_asset/www/media/someSound.ogg");
        myaudio.play();

    using call javascript plugin? :)

  • now we're not ;) also appmobi = not working editable text box plugin in C2 so no login of any kind can be created.

  • true, stop audio doesn't work.

    also i noticed lately some problems with audio in appmobi.

    now. back on topic? :D

  • well that's the problem with appmobi, on every step you'll see $something :) want to update your app to a newer version? pay us $something a month! want payments in your app? pay us! :)

  • Go2Holidays you need to download appmobi xdk https://chrome.google.com/webstore/detail/onmkoldigcfmebcinpmineoadckalllb and install it in chrome as plugin, then it's quite straight forward, you run it, you add application project, you paste c2 exported files, you refresh project, you build project.

  • ok, i don't seem to be able to reproduce it with phonegap export, but in appmobi export, how to reproduce:

    1) create a 500x500 jpeg background with some image, scale it to 100x100

    2) create a 500x500 sprite with some opacity, scale it to 100x100

    3) add a rotating behavior to the sprite with some medium speed of your choice

    4) export through appmobi and install

    5) run on device

    6) double tap back button to exit (put app in background - you can see in application manager that the app is still running in background)

    7) run app again

    8) repeat steps 6 -> 7 to see fps degradation of the rotationg sprite