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
Sometimes when setting a Show action and setting a the Initially Visible property to false, the sketch remains invisible despite Trigger being fired. This seems most common when the Show action is tied to a different sketch. eg:
Sketch "Peekaboo" is initially set invisible and has no behaviors
Sketch "Button" is visible and immoveable with an onClick behavior which shows "Peekaboo".
After setting this up, everything seems to function. Changing the scene or reloading the project however, results in a bug.
"Peekaboo" remains hidden even when "Button" is clicked.
Switching to Edit Mode reveals that the "Peekaboo" sketch is still there. It just isn't responding or the action/trigger isn't targeting it.
The text was updated successfully, but these errors were encountered:
Sometimes when setting a Show action and setting a the Initially Visible property to false, the sketch remains invisible despite Trigger being fired. This seems most common when the Show action is tied to a different sketch. eg:
Sketch "Peekaboo" is initially set invisible and has no behaviors
Sketch "Button" is visible and immoveable with an onClick behavior which shows "Peekaboo".
After setting this up, everything seems to function. Changing the scene or reloading the project however, results in a bug.
"Peekaboo" remains hidden even when "Button" is clicked.
Switching to Edit Mode reveals that the "Peekaboo" sketch is still there. It just isn't responding or the action/trigger isn't targeting it.
The text was updated successfully, but these errors were encountered: