# Send everything back to its original position

**URL:** https://forum.kirupa.com/t/send-everything-back-to-its-original-position/98326
**Category:** Uncategorized
**Created:** [January 6, 2004, 1:36am UTC](https://forum.kirupa.com/t/send-everything-back-to-its-original-position/98326 "2004-01-06T01:36:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JuzzMan](https://avatars.discourse-cdn.com/v4/letter/j/eada6e/32.png) [@JuzzMan](https://forum.kirupa.com/u/JuzzMan)
#### Post date: [January 6, 2004, 1:36am UTC](https://forum.kirupa.com/t/send-everything-back-to-its-original-position/98326/1 "2004-01-06T01:36:31Z")

</div>

Is there an action that sends everything back to its original position after using the bring to front action.

on (press) {  
\_root.x += 2;  
\_root.symbol.swapDepths(\_root.x);  
}

The symbols that are brought to the front are staying there when they are not ment to be.

:thumb:
