|
-
Can I change the Stage size into negative numers?
I am working on an animation and I have it all done, but when I tell the stage to resize by contents, it only resizes out into the right and bottom of the screen.I have been told that looking at it on a graph 0 is at the top left corner of the screen, so is there any way to change the stage starting point so that it starts around X= -126 and Y = + 22? I hope this makes sense to someone, if not let me know and I'll try to rephrase it!
Thanks!
-
Flashmatics
hi yep can u rephrase it please.... dont understand the question.. maybe you should also explain more what you are trying to do...
-
yes. you need to put this in your first frame:
this._x=-126;
this._y=22
This will move your stage.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|