# The play() function

**URL:** https://forum.kirupa.com/t/the-play-function/34505
**Category:** Uncategorized
**Created:** [November 3, 2003, 10:22am UTC](https://forum.kirupa.com/t/the-play-function/34505 "2003-11-03T10:22:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![t8024328](https://avatars.discourse-cdn.com/v4/letter/t/db5fbb/32.png) [@t8024328](https://forum.kirupa.com/u/t8024328)
#### Post date: [November 3, 2003, 10:22am UTC](https://forum.kirupa.com/t/the-play-function/34505/1 "2003-11-03T10:22:21Z")

</div>

I’ve got a very basic fla file which actually worked on flash5 but it’s no more working with flashmx 2004…  
A movie clip move from a position , let say A, to B, then to C.

I insert a stop(); action on B, so the movie stop. Inside the movie entitie I insert a button with the command play() (I have also try \_level0.play() or nameofmovie.play()).  
I expected that the movie continue playing from B to C but it does nothing…

Here is the fla file…  
someone can help me…  
[loicc@altern.org](mailto:loicc@altern.org)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 3, 2003, 3:38pm UTC](https://forum.kirupa.com/t/the-play-function/34505/2 "2003-11-03T15:38:21Z")

</div>

Flash5 and Flash mx aren’t using the same version of actionscript if im not mistaken. So a lot of actionscripting that worked in flash5 wont work in Mx…  
Correct me if im wrong
