You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding drawings or elements to a tweened frame, undefined behavior can occur since tweened frames expect the entire frame's context to be a Clip.
To Reproduce
Steps to reproduce the behavior:
Create a drawing on the canvas.
Extend the frame to any length over 1.
Create a tween and tween the elements of that frame (tweening position is the most visual).
Attempt to draw on that frame.
Play the project.
See error.
Expected behavior
Drawing should be disallowed on tweened frames.
The text was updated successfully, but these errors were encountered:
Attempt #1, simply disallowing adding children to tweened frames, did not work as applyChanges / applyDrawableChanges removes and re-adds ever object on every canvas modified...
Need to be able to add objects without removing literally everything off of the canvas.
Describe the bug
When adding drawings or elements to a tweened frame, undefined behavior can occur since tweened frames expect the entire frame's context to be a Clip.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Drawing should be disallowed on tweened frames.
The text was updated successfully, but these errors were encountered: