Zathan's Forum Posts

  • Thank you very much, guys

  • Hello guys!

    Yesterday we started the greenlight campaign of our game 'Shapeshifter'.

    To know more about it, please, visit the link:

    http://steamcommunity.com/sharedfiles/f ... =399825814

    And don't forget to VOTE! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    Thanks.

  • this works but it shows an error maybe a bug

    Is working fine here!

    Thanks.

  • I'm using NW to export my game and it have a button that opens a link to a site.

    But using the Browser object to open a link, it opens just a new NW window with the site...

    There is a way to open directly the web browser?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hehe

    Exactly

  • Anyone?

  • It's weird... several complaints here but, in my pc, the f*ing jerkiness stopped!

    Everything is running butter smooth.

  • Is only on me or is happening to anyone?

    When a 3D sound starts for the first time in the game, the game just freeze for one or two seconds.

    -In Node v0.10.5 it doesn't happen.. just on the new ones.

  • Unnatural20

    Ah, that's perfect

    Thank you

  • You can use a container, but it works best when objects are created dynamically.

    Hmm ok

    And thanks for the example

  • Thank you guys, but I understand that. My problem is how to do that with an expression.

    How to get the right instance index ID of an object in an expression.

    Example: I have three instances of the same object in the layout. And it have a variable called IsFull. So, to show it to me:

    EVERYTICK - SET TEXT TO - "Variable IsFull: "&Object.IsFull

    ^ But I want that information from the 3 instances of the object that I have in layout, and not just from the "0" instance.

  • For example:

    I have 2 instances of the same object in the layout and it have an instance variable on it. And I have a "index text" too, to show me if this instance variables are true or false.

    But here is the problem: in the text, if I call this instance variable, it will always be the one of the first object.

    So.. if the first object in the layout have the intance in false and the other object in true, the text will always show me 'false'.

    How can I pick the IID that I want in a text?

  • Hehe ok.

    Thank you, guys!

  • Colludium

    What a nice benchmark. Really awesome. hehe

    unfortunately, that "bug" remains a mystery to me.. Ashley said that his tests gets 3x higher fps in asm.js. '-'

    Oh, and again my previous question: Web and asm.js handle just the physics behavior or every collision and things like that?

    Thanks.

  • you don't need physic to do that you could do it like this

    I thought in something more "realtime", reacting, hanging, as the char moves.

    I tried with joints, but I couldn't achieve this..

    But anyway, thank you very much