If you want it to take you to a different frame, add a MouseEvent.CLICK listener and make the code: gotoAndStop(2) (or you can replace 2 with whatever frame you want it to take you. 2 would equal frame 2, 3 = frame 3, etc)
AS3Ninja 8 months ago
If you want it to take you to a different frame, add a MouseEvent.CLICK listener and make the code: gotoAndStop(2) (or you can replace 2 with whatever frame you want it to take you. 2 would equal frame 2, 3 = frame 3, etc)
AS3Ninja 8 months ago