How do i move a button to a certain absolute position(to origin) with action script 3?
How do i move a button to a certain absolute position(to origin) with action script 3?
Last edited by misson; 05-05-2009 at 03:39 PM. Reason: fixed linkage
Thanks.
Im not a very good googler.
Google can even help you to use google. Other than that, practice, practice, practice.
Last edited by FengFeng; 05-06-2009 at 03:51 AM. Reason: Automerged Doublepost
the position to MC is different form the position to origoabsolute position
To place a object to stage is an easy thing,but to place to a absolute position is no easy.
You can use the key words"as3 absolute position"
http://www.google.com/search?hl=en&n...on&btnG=Search
1st result,plx
You can see Flash/AS3; get/set absolute position of MovieClip?
in there,i find two function localToGlobal and globalToLocal
It's the key to solve this problem
search in your AS dictionary with the key word "localToGlobal"~~
Edit:
With that key word,you can find something common with flash,but no professional key word on flash action script~Thx
Last edited by FengFeng; 05-06-2009 at 09:27 AM. Reason: Automerged Doublepost