# Playing MC from ..where it is actually paused

**URL:** https://forum.kirupa.com/t/playing-mc-from-where-it-is-actually-paused/130672
**Category:** Uncategorized
**Created:** [December 7, 2004, 12:42pm UTC](https://forum.kirupa.com/t/playing-mc-from-where-it-is-actually-paused/130672 "2004-12-07T12:42:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nasih](https://avatars.discourse-cdn.com/v4/letter/n/919ad9/32.png) [@nasih](https://forum.kirupa.com/u/nasih)
#### Post date: [December 7, 2004, 12:42pm UTC](https://forum.kirupa.com/t/playing-mc-from-where-it-is-actually-paused/130672/1 "2004-12-07T12:42:59Z")

</div>

Hi,

pls refer attchmnt.

When Pressing the Pause//Play Button … i need to pause and play (from [COLOR=DarkOrange] **where it is paused** [/COLOR]) the  
complete movie clips and nested clips …that i created in the Fla file.

There is only one Global button for pause//play throughout the presentation.

the script , I applied is

on (release){ // pause button’s script  
worldMC.stop();  
worldMC.USAmc.stop();  
worldMC.NewYorkMC.stop() … it’s working fine.

But problem with PLAY button.

on (release){ //play button’s script  
worldMC.play();  
worldMC.USAmc.play();  
worldMC.NewYorkMC.play()

With this script, it playing right from the begning.

when pressing the play button, i want to start from [COLOR=DarkOrange] **where it is paused** [/COLOR].  
(may be we paused when playing the child MC NewYork’s 50th frame. so start from Newyork MC’s 51 th frame)

is there any way to get the current frame with actionscript ?

Nasih  
dubai.ae
