smitchell's Forum Posts

  • Game seems a little blurry but fun to play! well done :) Maybe you should add some neon particles when the ball hits the block.

  • ranma, Thanks for the information! I will definitely use this now! <img src="smileys/smiley1.gif" border="0" align="middle" />.

    If you wouldn't mind the bother a few more questions..

    Have you tried any of the other API's that you could enlighten me with?

    I understand programming languages, I'm just not the best with JavaScript. Even though its very similar to ActionScript, my Favorite programming language.

    The CallJS plugin needs to call the function name,

    So for example if I wanted to use this api:

    document.addEventListener("appMobi.notification.push.enable",notificationsRegistered,false);

    AppMobi.notification.addPushUser("userID","newpassword","newEmail@test.com");

    var notificationsRegistered=function(event)

    {

    if(event.success===false)

        {

            if( !didcheckuser )

            {

                AppMobi.notification.checkPushUser(?userID?,"newpassword");

                didcheckuser = true;

            }

            else

            {

                   alert("There was an error adding push notifications "+ event.message);

            }

            return;

        }

            alert("Notifications Enabled");

    }

    There is no function name for me to call is there?

    thanks.

  • Oh I see. I didn't notice the error with just the textbox before. I thought it only occured when I added iScroll. My bad <img src="smileys/smiley1.gif" border="0" align="middle" />

  • ranma, I just would like to know how you called them, using the calljs plugin?

  • oops my bad. Thought I saved it :S.

    you can easily replicate it though by adding iScroll to that example and then trying to add a line with the playtomic data

  • By the way remember that bug I was getting a while ago? Well it turns out it is unfortunately to do with your plugin combined with the playtomic plugin.

    Here's the capx: http://db.tt/VlJnmQr3

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys, Has anyone managed to have a play with AppMobi API's using the call javascript plugin maybe?

    I would quite like to implement them into my app but im not sure how <img src="smileys/smiley6.gif" border="0" align="middle" />

  • Cool! I will have a go at this today :)

  • Pode, Can this be used to detect mobile gestures?

  • Ooooh I get you <img src="smileys/smiley1.gif" border="0" align="middle" />.

    What about the Loading Spinner? What does that do? Is it possible to preload content in C2?

    I <3 your plugins <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Cool!

    Your dialog box plugin already gives native alerts.. Does your IOS dialog box do anything different?

  • I noticed the other plugins in the IOS cat there <img src="smileys/smiley2.gif" border="0" align="middle" /> are those just there for display or are you actually developing them?

  • Why not just add more to the plugin? That way it has a purpose <img src="smileys/smiley2.gif" border="0" align="middle" />

  • Wait! Yann, it does seem to be a bug. Is this just me or are you experiencing this aswell?