SuperMoi's Forum Posts

  • This is genius !!

    Brain Storming is always a headache for me

  • Thank you so mauch !! you are so generous

  • hello everyone,

    im having a little problem in my blackberry app (sdk 10.0 or higher)

    it's a normal app developped using qml, and i wanted to add a 'MINI GAME' so i added an action

    to go to another page (minigame.qml) in this page i used webview like this :

    Page {

    Container {

    WebView {

    id: myWebView

    url: "local:///assets/game/index.html"

    settings.javaScriptEnabled: true

    }

    }

    }

    the "/game" folder is the html5 C2 export so it should load the C2 game on a web view when i go to that page , unfortunaly the result is a black screen with empty loading bar..

    i think the JS is not loading or something ,

    i know there is a webworkers export but i have to work with qml in this app

    please can any one tell me how i can fix that ?

  • Hello , when i test my game on the tizen web simulator the game run fast,

    but when i test it using the emulator phone it runs slow !

    is this a problem ? i don't know how the results will be in a real device :s

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • mahirosan I think you can't increase performances with phoneap :/

    i was trying that for a long periode without any results !

    i advice you to export your game with cocoonjs it's faster x10 times ,

    for phonegap i think C2 should integrate something to boost the speed ,

    as Joannesalfa said adding wizCanvas plugin would be a nice solution , im trying to integrate it with C2 game but it seems to be not easy :p

  • Still getting "No Hight Scores Yet " on the Show leader board !!

  • Im getting "No Hight Score Yet" on the leader board , but when i open the leader bored view from the admin panel i can see scores ?!!

  • Same problem here ,, Any one have a solution ?

  • Hello ,

    I want to make a leader board for my new Tizen game app ,

    so i used Clay io for this (it's awesome !! )

    the plugin works fine on the Tizen web simulator but unfortenly the

    plugin not works on the emulator ...

    i have an error on my c2runtime.js (when i tape the Post Leader Board Button ):

    c2runtime.js (280) :TypeError: 'undefined' is not a constructor

    Please do you know how to fix this problem

    <img src="smileys/smiley5.gif" border="0" align="middle" />

  • Hello , Clay.io is compatible for mobile devices (like Tizen ), isn't?

  • Hello :)

    I want to ask if scirra is planning to support more devices as Smart tv

    as known these tv support html 5 and JS applications so why not ...

    Let me know if this is possible in the soon future , Good luck :D

  • Hello thehen ,

    First I would like to thank you about the amazing work you did on the windows phone plugin :D

    im trying to test the in app purchase function with your example in the tutorial , i have followed all the steps and i have runned the app on my phone device.

    the problem that the in app purchase popup never comes out , the "hat" is always set available :/

    do you think i missed something or maybe the app should be already on the market to test that ???!!

  • thehen

    Very Usefull Plugin !! Thank you so much Everything works OK ... you are awseome !!!

  • Thanks a lot i think that was the problem : windows phone doesn't support the audio api of construct so i should use the windows phone object.. i will try it now