# Preloader on Different Scene

**URL:** https://forum.kirupa.com/t/preloader-on-different-scene/81132
**Category:** flash
**Created:** [February 28, 2005, 2:46am UTC](https://forum.kirupa.com/t/preloader-on-different-scene/81132 "2005-02-28T02:46:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chabian](https://avatars.discourse-cdn.com/v4/letter/c/e19b73/32.png) [@chabian](https://forum.kirupa.com/u/chabian)
#### Post date: [February 28, 2005, 2:46am UTC](https://forum.kirupa.com/t/preloader-on-different-scene/81132/1 "2005-02-28T02:46:30Z")

</div>

Can I put my preloader on a different scene and then have it jump to another scene to begin my movie? I have only used preloaders on the same scene and same timeline.

This is what I have for code. It is from this forum. A tutorial posted by someone.

```auto

if (bytes_loaded == bytes_total) {
 this.gotoAndPlay(1) // Can I change this to reflect 1st frame on 1st scene?

```

Thank you for any guidance.
