Vuuv's Forum Posts

  • Hi!

    I have another question for the C2 gurus.

    I don't want my app to become too big. I thought it would be a good idea to load big images of the game only when the player needs them.

    This is no problem.

    But now I want to save the loaded images permanently on the mobile device, so the player has to load them only once.

    Is this possible? Maybe with a plugin?

  • This is very tough since green and redbox are always overlapping.

    I have a solution, which might not be best practice.

    1. Change Action 2 event to

    On touched "red box"

    Not is in touch with "green box

  • Depends on your "every tick" event.

    I always recommend to find a better solution than "every tick".

  • Then you need a collision detection.

    Bug On Collison with another bug

    • > Stop Bulletbehavior (Set speed to 0)

    -> Position the Bug correctly

  • This could be everything. Some steps that will help you:

    Install developpers tools for safari, Press F12 before you load the game. Any errors?

    Try to remove the objects you added before step by step. Maybe you can find the object which causes the error and then analyse what's wrong with it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thats why you compare Family.Pin.PinnedUID with Object UID

  • Put them in a family.

    Family is pinned

    Compare two values Family.Pin.PinnedUID

    Start Fade

  • Have a look at this plugin:

    You can use it like an associative array!

  • Strange... I just tried it and it works perfectly in my project. Maybe you can provide a capx?

  • Where does it go instead?

  • jayderyu: I think it could be easily done with canvas plugin.

  • There must be something wrong with your localhost.

    When I type in this adress: http://ip.jsontest.com/ its working.

    You response also has to be a string as far as I know.

  • May I see your c2 code?

    And try to make an AJAX request to a random site (like google.com) and see if this is working.

  • Do you use Ajax request or Ajax post?

    Is the file in localhost/construct/ajaxExampleGet.php?

    What does ajaxExampleGet.php do?

  • Use bullet behavior.

    Set angle towards targetobject.

    Move bulletobject behind targetobject.