flemmig's Forum Posts

  • HI

    Would love to get this working ... BUT where do I set my

    url for server .. myserver.com/mygame/upload

    and most of all how can I retrieve/get the uploaded image as sprite in C2

    Also how can I crop the captured image to 200x200 pixel

    .........................................

    The scenario :-)

    Got a online top 10 Highscore (php,mysql)

    and like to give player possibility to have a photo beside it

    So if I make a C2 layout where player can place Name

    and upload photo and somehow store these together

    Idears welcome

  • Thanks... <img src="smileys/smiley1.gif" border="0" align="middle" />

  • How do I count the amount of object on layout

    Regards

    flemming

  • Hi

    I try to get better performance on mobile (phonegab)

    and this trick gives it a nice boost

    ALWAYS set pixel rounding to On, WebGL to On, Sampling to Point, Clear Background to No and every layout's all layers' transparent to Yes

    BUT it now looks very jagged/blured

    can I some avoid that

    /flemming

  • After phonegap build (3.1.0) of my game for android

    I cant exit the game using the Back-Button

    Ive tried the Browser plugin > close

    Any Idears

    Flemming

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

  • Hi .. Is it the folders or the files I have to copy ?

    if its the file .. do I then just overwrite the config.xml

    made by C2 in phonegap export

    R/flemming

  • Hi .. Thanks for reply

    But dont the config.xml conflict with the exported one

    Regards

    Flemming

  • Hi .. Just the same here

    on Win 7 64bit / nvidia quadro 4000

  • Hi can I somehow check if player has internet connection

    Because for now when player goes to highscore layout

    the phone takes a long time before native alert shows.

    Would be nice if In C2 could do the check and make my own alert

    /flemming

  • HI

    After Phonegap build the scroll funtion dont seams to work

    Any Idear why

    Yes!! Nice plug

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi.. Problem with back button > Quit android

    Ive unzipped the file and placed it in C2 plugin folder

    then in C2 this

    <img src="https://dl.dropboxusercontent.com/u/22406377/PG_ouit.jpg" border="0" />

    BUT after build at phonegap 3.1.0 it dont work

    am I missing something

    Regards

    Flemming

  • Hi

    Can I somehow send a text message using the phone native SMS

    maybe with a href tag..

    <a href="sms:?subject=subject&body=check%20it%20out%20at http://play.google.com">sms: message link, no number</a>

    So player can recommend your game

    /Flemming

  • HI

    Is there a way to have a loader that run until url is ready

    I use the iframe plugin from pode - It would also be great to

    tell if there is no network connection

    :-)

    Flemming

  • HI simwhi

    Ive tried your virtual keyboard and it works nice

    BUT on android it triggers the key-letters twice ...

    also the DEL and SPACE

    Is there a workaround, I use the on touch object

    Regards

    Flemming

  • As I can see should there be form support in phonegap build

    Have anyone the same problem