WackyToaster's Recent Forum Activity

  • That's odd. I'd guess that's a bug you can't do much about. Does the project freeze or does the data end up not loaded correctly because of the error? Either way I'd file a bugreport.

    github.com/Scirra/Construct-3-bugs/issues

  • The error says that a json object is in some way corrupted. Hard to really see what is happening without seeing the project. What exactly are you loading in the spritesheet eventsheet. Maybe some of that data is faulty.

  • The engine tries to read the property (getWorldInfo) of an object (cannot read property of), except that object doesn´t exist.(null)

    Or in other words, it´s like I tell you to check out my drawing and I hand you a blank piece of paper.

    Such errors in the console are almost always bugs and not user errors, you could probably work around it if you find the source. But you should definitely file a bug report here github.com/Scirra/Construct-3-bugs/issues

    There you are asked to provide a minimal project file, doing this will also help you isolate the bug yourself and you can check if you can work around it.

  • I don´t think there is... also what exactly would be the point?

  • Will do, thanks.

    Also what in the world did you do with the email :D when I copy it it copies "ten.tcurtsnoc@troppus" insead of the mail. I get why you do this but I´ve never seen it before.

  • At first it said expired, but now it says cancelled. I thought it should auto-renew, I don´t remember cancelling it. Now I can´t use Construct and I´m not sure if it will actually still auto-renew or if I manually have to do it. I don´t mind paying for a good product but not twice :V

    Just in case this happens to anyone else: It sorted itself out in a matter of a few hours, so you might want to grab a coffee :)

  • You do not have permission to view this post

  • You do not have permission to view this post

  • What you can do is simply hit Ctrl+F in the event sheet to bring up the search, then type the name of the object. It´s not exactly the same thing I think, but pretty close.

  • Hmm, off the top of my head I can´t really think of a different way other than the mentioned loops, but I´m also not certain what exactly you try to do. You have multiple SpriteA that you want to transfer values to multiple SpriteB (or just a single SpriteB that gets all the values?). Is there also some sort of picking involved so a specific SpriteA is "linked" to a specific SpriteB?

    One thing is always to think if it absolutely has to happen every tick. Maybe you could use a function that you call whenever a synchronization is actually needed. There would be no real benefit to this though if the values are expected to pretty much always change every tick.

    Another story would be if there are so many objects that it would cause lag regardless, simply because it takes longer than a tick to complete. I know there is a plugin that does asynchronous loops in C2, not sure about C3 but I think I´ve read about one somewhere. This would open the problem of the synchronization lagging behind though.

    Other than that... maybe there is a way to do this without having to use loops but I´d say that depends on the exact case.

  • Hey, you can use "compare two values" and the system expression "find"

    construct.net/en/make-games/manuals/construct-3/system-reference/system-expressions

    I´m assuming you have stored all days inside an array, so you loop through all the values of the array and if a match is found, do something with it, probably push it into a second "Search result array"

  • Web storage is just renamed to local storage. (Correction: Webstorage is deprecated) So whenever he uses web storage you use local storage.

WackyToaster's avatar

WackyToaster

Member since 18 Feb, 2014

Twitter
WackyToaster has 25 followers

Connect with WackyToaster

Blogs