armaldio's Forum Posts

  • You can use the search function to findd that !

  • Are you using the same keystore ?

  • Hello publiadds, why do you try ? Sending a mail or use the sms function ?

    ses Thanks to ear that

    Get feedback helps me work better

    Edit : Work done !

    First post edited !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey tlarkworthy, I started with your firebase plugin and I figured out that there is not a function to register a user with new email and password. It is possible to add it ?

  • This is my personnal opinion :

    I think it's possible because I'd love that it will be possible !

    I'm playing aroud this way ^^

    So you can make a website if you include plugins like import css, json, and other stuff like that (there is a lot on the plugin section), but you probably will have to code some plugins to make exactly what you want. This is bad part.. You code a plugin to code in construct instead of directly coding you site.

    You will not be able to make a really beautifull site, however you can get beautiful results.

  • Erf ...

    I'm confuse for you, I don't know what is your problem, sorry ..

  • Are you including the minimum plugins required ?

    Project > Cordova 3.X Hybrid Mobile App Setting > Plugins and permissions > Included Plugins And "Select Minimum"

  • Are you registered in Intel XDK ?

  • Hello guys !

    How I can make an intel XDK (crosswalk) app which include TTS (text-to-speech) and speech recognition ?

    Actually, even If I check all the plugins available, there is no both of them

    Thank you.

  • Hello cranberrygame,

    Is is possible to add a condition "If file exists" in the "File" plugin ?

    Thank you.

  • Maybe just a little error ^^

    When you make this action :

    Set GobalDistance to distance(Player.X,Touch.X,Player.Y,Touch.Y)[/code:3aznd5pr]
    
    If you read carrefully the documentation, you see : 
    
    [quote:3aznd5pr]distance(x1, y1, x2, y2) Calculate distance between to points
    
    
    So you probably just have to invert y1 and x2 in you expression : 
    
    [code:3aznd5pr]distance(Player.X,Player.X,Touch.Y,Touch.Y)[/code:3aznd5pr]
    
    And it solve the problem ô/
    
    PS:After that, for me the block never get stuck another time O_o
  • > For example is tested Phonegap File plugin, but it not work on preview.

    > Is it working only in test mode in intel XDK and export or it should work in preview ?

    > I'm a little bit confuse ^^

    >

    Phonegap File plugin (like all other Phonegap plugins) runs normally in the device or simulator not preview.

    So build and run it on the device (recommended) or simulator.

    Thanks

    So it take a little more time to developp ^^'

    Anyway, thanks for your answer and ALL your work

  • Ok guy, I post you my version of what your are expecting.

    I guess you looking too complicated ^^

    Hope it help

  • Ok, I'll do that

    Thank you so much for your help.

  • Ooh

    Thanks for you answer, I will take a look at this.

    I had not thought about it.

    Moreover, it's not the first time they appears.

    Anyway, I will check that

    Is there a way to solve that for other devices ? (If I solve the problem, it will appears on other devices, i guess)