XGDragon's Forum Posts

  • <img src="http://i.imgur.com/Niwt6P7.jpg" border="0" />

    This is what should happen:

    Function call "CreatePC" > Set "UID" to expression (FunctionCall return value) (which is the newly created object UID. I have these functions seperated because I want to use CreateUnit_func on a more global scale) > Pick instance with UID "UID" > Do actions to this Unit.UID

    This is what happens:

    Function call "CreatePC" > Set "UID" to expression (FunctionCall return value) > Pick instance with UID "UID" > Nothing happens.

    I suspect its not properly picking the newly created object. I don't see why not.

    CreateUnit_func is working, the object is created, and I also know that the local variable "UID" is getting set its UID. It's just not picking it.

  • Yeah, Scirra did it. But great effort! :)

  • I have a website where I have embedded my html5 project as an <iframe> using HTML.

    My website also has a background image. I have tried making all the layers transparent and/or set opacity to 0 but that just gave visual errors, none of them even got close to me seeing my website background.

    How do I do this, is it even possible?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi septeven,

    I had a request. It would be really awesome if we could alter properties of lines. Actions such as "change font color of line [value]" or "disable line [value]".

    Great plugin!