Updates for tweens, timelines and date plugin; Lots of bug fixes.
Haven't been able to isolate it yet, but I create sprites in code and it works fine in 200 and 201. Most of the sprites render in 202, but some don't show on the screen anymore and there are no errors in console
Update:
Think I found it. If the image is put on the layout initially and destroyed so that it's loaded, then creating it in script works. If I try to create a sprite that hasn't been loaded yet from code, it doesn't fail but never shows on the screen.
I am going to submit an issue on it
Issue filed: github.com/Scirra/Construct-3-bugs/issues/3910
Final Update:
The bug has been addressed and the issue closed. It is supposed to show up in the next beta.
The same Problem
I had this issue when having a Sprite to Spawn Another object that wasnt yet created anywhere in the project. It was working before and stopped spawning on r202. I added those 2 sprites to my sprite sheet and than the action worked.
thank you for catching this, it broke my game.
Having the same issue
Created the bug report
github.com/Scirra/Construct-3-bugs/issues/3910
Thank you, I solved creating a layout with all visual elements of the level layout and "preloading" the images with the system action in the previous layout. But this is just a temporary workaround.
Sprites get created but all have a width and height of NaN which probably explains why they dont show.