Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: [flasher] Re: X and Y coordinates - Correction!
From: Paul Willoughby
Date: Mon, 26 Feb 2001 16:35:09 -0000

Oops, i meant to add _parent._x to this._x. It should be:

> // local to global
>
> myLocalX = this._x;
> myGlobalX = _parent._x + this._x;
> trace("the nested clips local x is: " + myLocalX);
> trace("the nested clips global x is: " + myGlobalX);
> trace("-------------------------------------------");



[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]