View Full Version : problem
holy_cheese
August 2nd, 2003, 01:54 AM
im sure i've done this pretty much rite, but icannot see where it isn't working i have 4 lines and move the lines that i want a box to fill the square inside the lines.
can anyone help me plz
norie
August 2nd, 2003, 02:24 AM
ok, what exactly do you want to happen?
second, what version of flash are you using?
third, well there is no third, but it sounds better than just two.
norie
August 2nd, 2003, 02:26 AM
ok ok i THINK i understand now...you want the fill of the box to follow the outline of the box...right?
norie
August 2nd, 2003, 02:35 AM
and here you go hopefully this is what you want.
btw getproperty and setproperty are no longer necessary.
instead of getproperty you can just do:
_root.line1._x \\this will return the _x of line1;
and instead of setproperty you can just do:
_root.line1._x = 10; this will set _x to 10;
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.