MakubeX's Forum Posts

  • Say I pick a random instance (or all with layer.instances[]), is it possible to get the id of the plugin (ex. Sprite) the object type of the instance belongs to?

    I know how to get the name of the object type and reference the plugin, but I haven't figure out how to get the name (id) of the plugin.

    Is it possible? (without hacking the official code, of course)

    Thanks.

  • Is it possible to pick an instance only by UID without needing to choose an object?

    Say I know the UID I want to pick but don't know the object type. I would like to add an event that simply picks by UID (similar to getElementByID).

  • Sorry for the late reply. I forgot I posted this. I was thinking in case some other animation was triggered and interrupts the current animation but I couldn't necessarily predict what animation interrupted it.

  • CodeMasterMike

    It looks like the descriptions for "Start time counter" and "Stop time counter" in the Add action screen are inverted.

    Also, in this same screen, maybe this is just me but when moving my mouse cursor from top to bottom over "Destroy Time Manager instances" the text disappears. If I mouse over it from bottom to top it reappears.

  • Try Construct 3

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

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

  • Is there a way to check if an animation has stopped but not necessarily finished?

    I'm looking for a way to check for when a specific animation has stopped even if it's interrupted which doesn't seem to trigger the "on animation finished" event.

    Thanks in advanced.