Joannesalfa's Forum Posts

  • Hello, how is everyone, ok? i'm having 2 problems:

    I'm creating an unit selection interface, take a look:

    <img src="http://i.imgur.com/OyNKNPc.png" border="0">

    ---------------------------------------------------------------------

    ---------------------------------------------------------------------

    <img src="http://i.imgur.com/k78t2Gv.png" border="0">

    ---------------------------------------------------------------------

    ---------------------------------------------------------------------

    This is how you assign the units, each unit is assigned becomes disabled and goes to slot.

    It's already done in my .capx

    The problem, i couldn't create this mechanic like this:

    <img src="http://i.imgur.com/UKXrd9L.png" border="0">

    ---------------------------------------------------------------------

    ---------------------------------------------------------------------

    <img src="http://i.imgur.com/r75RKBz.png" border="0">

    ---------------------------------------------------------------------

    ---------------------------------------------------------------------

    This is expected result, there are 2 problems:

    -Units on the slots cannot move back when installed units are deleted.

    -Units outside of the slots cannot re-enable after of unit in slot is deleted.

    There is my .capx

    Unresolved Unit Selection Interface .capx

    Anyone would help me?

    Thanks in advance!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I just tried the latest CocoonJS launcher on Android and the AJAX requests don't seem to work still even when CORS is used. Joannesalfa, were you testing on iOS?

    Yes, i tested on iOS iPod touch 4, i have an android tablet, the problem is i was unable login with my existent registration code in cocoonjs launcher, then i emailed to Ludei and they didn't reply me :/

  • Interesing! i heard UDP is designed for real-time multiplayer, isn't it??

  • Could you tell me how to use it?

    It's cheap trick, create a blue square sprite with same color to background

  • I'm pretty sure you don't know how to apply Cross Domain origin.

    Sometimes CocoonJS can't access to get files via AJAX due to CORS policy.

    I made a php file which allows CORS to every places. I hosted it on my server.

    Create a file

    ----------------------------------------------------------

    <?php

    header('Access-Control-Allow-Origin: *');

    ?>

    Insert your a wall of text here

    -----------------------------------------------------------

    Then upload at your server, make a .capx, grab your php file from server and export to CocoonJS, it worked like a charm.

    I hope it helps you, otherwise you need to give more explanation.

  • Yann

    I'm using this comparing 2 values as event by picking

    I copied the same to action to set text which didn't work

  • Yann sorry for my ignorance, so how do you set a text with this phonem at random?

  • I had other issue, custom webfonts won't apply texts while webgl is enabled. Otherwise, canvas mode worked custom webfonts.

  • I doubt if Ejecta supports Dynamic Memory, which is designed for complex games.

  • Good, also GameClosure is another option, would you port space blaster with Ejecta?

  • Guys this is epic: - vikerman - Ashley

    I grabbed the latest development version and....

    Loading screen works 100% and loads extremely fast.

    Spritefonts WORKS!

    I'm crying of joy, I can finally publish my game!!!

    I edited the post to reflect the new findings.

    THANK YOU EJECTA!

    Seriously?? it must be good news.

  • Isn't that app using WebRTC technology?

  • I am really trying hard to see the benefit of using it for the whole page. All examples I have seen of it so far look like early flash/frontpage sites where everything is just big boxes... You also lose all indexing, etc... of content... I just don't see any reason to use this as the main content of the site as opposed to using it for specific dynamic content in canvases on the page. That sport shirt site really drives home the point of looking like a flash site from 10+ years ago. Not sure where the excitement is on that one. I am going to use it to create a nice under construction scene on my site but other than that, I really don't think there is any advantage to using it for the main content, and there are many disadvantages using it that way. At the end of the day, you are putting more effort into it than the return will likely get you...

    BluePhaze yes you're right, actually there some flash sites look awesome and some flash sites look awful, it depends on the design.

  • techlord, would you make a github project? i like to contribuite it, i have 2 years of experience using wordpress.

  • WaterlooErik Do you have plans to develop a plugin to access Blackberry Webworks API?