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
I know it's been a while but if you can, clarify something for me please.
From what I've seen, function jump(label) is finding the frame with the label and simply changing the current frame to the result. If this is the case, could we not jump by frame?
The idea is to build a save/load feature, by caching current frame, people could get to exactly where they saved.
The text was updated successfully, but these errors were encountered:
I know it's been a while but if you can, clarify something for me please.
From what I've seen,
function jump(label)
is finding the frame with the label and simply changing the current frame to the result. If this is the case, could we not jump by frame?The idea is to build a save/load feature, by caching current frame, people could get to exactly where they saved.
The text was updated successfully, but these errors were encountered: