Closed
Bug 1104318
Opened 10 years ago
Closed 9 years ago
(Shumway) gotoAndPlay to named frame causes playback to stop
Categories
(Firefox Graveyard :: Shumway, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mwobensmith, Assigned: yury)
References
Details
Attachments
(1 file)
(deleted),
application/zip
|
Details |
1. Open bug file.
2. Press "Replay" button.
Results:
Pink circle stops moving from left to right.
Expected:
Pink circle returns to the left and continues to play, moving to the right.
The script is AVM1 and is on a button instance:
on (press) {
gotoAndPlay("Start");
}
Updated•10 years ago
|
Updated•9 years ago
|
Resolution: FIXED → WORKSFORME
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•