chezt's Forum Posts

  • 7 posts
  • Getting all instances in the editor isn't currently supported. Nothing else needs it, and it's not clear for what purpose you'd need it in the editor. You can however access all instances at runtime.

    Oh I see so there are no function for it, it's just my weird debuging idea I want to make a connecting line for each sprite that have specific "instance variable" so I can edit easily in editor

    I'll try to make this in runtime then

  • Hello I tried to make some debuging tools for my project and I found some problem with Addon SDK Editor API V2

    How do you get all object instance with Editor API ? my current solution is to just loop number and use

    this.GetProject().GetInstanceByUID(uid)
    

    until it break, is there any other way to this ?

    And is it possible to get Instance Variable of the object ? I look up in the documentation and can't find in Editor API

    Thanks

    Tagged:

  • Ah I see, I can't access it for whole day yesterday and now it's working again, I thought the service is down. I guess it's my connection

  • I tried to build to android I got "Websocket is not closed"

    and this is log from the console

    Is it only me ?

    Tagged:

  • Hi everyone

    Is there a way to combine undocked popup window as one?

    like this

    Instead of multiple undocked popup window

    Kinda confusing when I have multiple undocked events in my second monitor

    Thanks

  • Thats pretty neat.

    Boon to cookie clickers, that's for sure.

    Thanks

    I was inspired because of clicker game!

    Phacanu

    If the number is less than 1M it does not display any float, I'm still working to make action for float display and length

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello guys!

    I want to learn javascript more and understand how plugin work in c2 so make this, my first plugin

    This plugin will change number to string alias and you can config language or whitespace, language only english and indonesian and still can't change with action but you can add it to js

    Also using decimal.js for big number

    for next todo I want try to implement all decimal js to this plugin

    Source | Download | Demo

    Update 1.1:

    • Add fixed point
    • Add display as string

    Any feedback is greatly appreciated

  • 7 posts