# Load Movie Issue (jumping levels)

**URL:** https://forum.kirupa.com/t/load-movie-issue-jumping-levels/94735
**Category:** Uncategorized
**Created:** [November 16, 2003, 3:23am UTC](https://forum.kirupa.com/t/load-movie-issue-jumping-levels/94735 "2003-11-16T03:23:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![D\_dot\_B](https://avatars.discourse-cdn.com/v4/letter/d/f14d63/32.png) [@D\_dot\_B](https://forum.kirupa.com/u/D_dot_B)
#### Post date: [November 16, 2003, 3:23am UTC](https://forum.kirupa.com/t/load-movie-issue-jumping-levels/94735/1 "2003-11-16T03:23:25Z")

</div>

I’m trying to write a script that loads a movie, and jumps to a particular scene in that movie.  
I have the following script on a button:

on (press) {  
loadMovieNum(“two.swf”, 4);  
}

It’s supposed to load the movie ‘two.swf’, and jump to the fifth scene, however, it jumps to the first scene. Can anyone help me out?

Thanks in advance

Peace
