PDA

View Full Version : [fl8] Room Width and this._width.



DimTea
January 10th, 2008, 01:58 AM
How do you return the width of a room? I thought it would be something like _root._width or this._width, but it doesn't work.

After tracing it, weird values come up. It comes up as a double variable, and sometimes it changes!

lewi-p
January 10th, 2008, 05:38 AM
The width of a room?? I don't know what you mean by that! If you mean the stage width its trace(Stage.width);

DimTea
January 10th, 2008, 04:13 PM
Thankyou very much lewi-p ^^