Skip to main content
Known Participant
June 2, 2020
Question

accessing movie clip frames by Mouse move in HTML

  • June 2, 2020
  • 0 replies
  • 245 views

I have a movie clip of 60 frame animation. Action script on first frame inside movie clip : this.stop(); and on 60th frame this.gotoAndPlay(1);  // MovieClip will play in loop while clicking on play button.

 

Requirnment:
1. Wanted to get frames by clicking on "hit area/movie clip symbol" by "press" mousemove action (only x position). "movieClip.x +/ press down and move right" will go forward frames and "movieClip.x -/ press down and move left" will go bacwards frames.

2. Wanted to get next and previous frame by clicking on next and back button.

 

Is anybody know this code?.

This topic has been closed for replies.