piranha305's Forum Posts

  • so just to give a little more context. I have tons of clickable buttons, instead of creating each button as a separate object, i only have 1 object with an instance variable that holds the name of a callback function.

    now getting the button that is clicked i have been using the UID, but having all those magic numbers get a bit cumbersome sometimes, so now i am think of just adding a bunch of variables (constants) so i can give the magic number more context.

  • when setting a variable as a constant, does that get pre processed so all the usages get replaced with its literal value? or is it just like a variable that does not have setter?

  • you can send me the log file armandoalonso1dmm@gmail.com or create an issue on github and attach it there. i could not reproduce following your steps. okay

    EDIT: okay i found the issue. patching it now, thanks should be fixed. The description was probably left empty.

  • Ohh yeah spaces won't work I'll fix that thanks. I have a few more updates I want to add today. What I'll do is after I push the next release I'll update the zip.

  • Company was removed becuase I we really don't need it we are using the author instead u can always change it after if u really wanted it to be something specific. It's also less data I need to keep track of. I do t think I ah e updated to documentation. I am still actively developing it and adding new features often. Just today I added a compile on save option so it behaves like nodemon or something similar that watches for changes so you dont have to recompile it manually. And there might still be issues in not aware of if it crashes and me the log.

  • Thanks hopefully it works from the zip file, did not do much testing. So let me know if anything.

  • It's all good, I created a simple addon that does what i need. I'll release it when i get it ready. thanks =)

  • yah after saving the image, it does not seem there is a way to get it back into the canvas. there is no load image action. and it seems SavedImageURL contains a url to the actual image, there is no way to read the actual image data back into the canvas from the url

  • yeah there are no virus in the app, all the source code is here github.com/armandoalonso/c3IDE on github. here is a link to a zip file that has the app, you can extract it and open the exe

    https://drive.google.com/open?id=1U5-JRQA0tZ1h796xlSEeORK1sCeP19_v

    you need the .net 4.7.1 run time in order to run the exe. the setup usually handles it. also this zip file wont get any of the updates I make.

  • The drawing canvas has an action to save a snapshot, and there is another action which load back the saved snapshot, it there a way to have multiple snapshots of the canvas and load them back in with a tag or index? I tried saving the drawing canvas json and then loading from it but that does not hold image information,

  • Yeah that's fine try and compile it if u run into any issue let me kbow and I'll build one without the updates.

  • You could also pull the source and Compile it locally. If ur Into that sort of thing

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yah the way the auto updates are handled is it need the deploy files from github, i thi k when u do it once you should be fine. I can work on providing a version of the app that does not pull updates and works offline, it just won't get any updates and I am making very frequent updates.

  • Published new version, with basic support for effects get it here => https://github.com/armandoalonso/c3IDE