# How to load SWF to specific Y position

**URL:** https://forum.kirupa.com/t/how-to-load-swf-to-specific-y-position/291170
**Category:** flash
**Created:** [June 25, 2009, 6:35pm UTC](https://forum.kirupa.com/t/how-to-load-swf-to-specific-y-position/291170 "2009-06-25T18:35:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![crmoberg](https://avatars.discourse-cdn.com/v4/letter/c/ac91a4/32.png) [@crmoberg](https://forum.kirupa.com/u/crmoberg)
#### Post date: [June 25, 2009, 6:35pm UTC](https://forum.kirupa.com/t/how-to-load-swf-to-specific-y-position/291170/1 "2009-06-25T18:35:24Z")

</div>

Another NOOB question. I have a SWF loading in right now, however it loads to the stages x:0 and y:0. Here’s my code:

function craDone(e:Event):void {  
trace(“LOAD”);  
TweenLite.to (portfolioBucket\_mc, 0.5, {x:-831, alpha:0, ease:Back.easeIn});  
addChild(l);  
}

How do I tell it to load to a certain Y position. The x doesn’t really matter because x:0 is good. Thanks in advance for any help!
