flash: local to global?
flash: local to global?
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- function820
check out the localtoGlobal command
try this
globalPos = new Object()
globalPos.x = 0
globalPos.y = 0this.localToGlobal(globalPos)
then in your script instead of using this._x use, globalPos.x (dont use _x , just x)
the command needs to go in the movieclip onRelease or a prototype function to work