# Dude, Wheres My Button?

**URL:** https://forum.kirupa.com/t/dude-wheres-my-button/52124
**Category:** flash
**Created:** [May 20, 2004, 10:16am UTC](https://forum.kirupa.com/t/dude-wheres-my-button/52124 "2004-05-20T10:16:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![webelf](https://avatars.discourse-cdn.com/v4/letter/w/f4b2a3/32.png) [@webelf](https://forum.kirupa.com/u/webelf)
#### Post date: [May 20, 2004, 10:16am UTC](https://forum.kirupa.com/t/dude-wheres-my-button/52124/1 "2004-05-20T10:16:26Z")

</div>

Ok so I have this button, and on this button I have the following AS. It works just the way it is suppose to (miracles really do happen), but now how do I control where the loaded movie appears on the screen?

```auto

on (release) {
 loadMovieNum("E:\\FLASHMX docs\\flashTips\\bushbug.swf", 1);
}

```
