Hartwig
July 22nd, 2002, 12:11 PM
Hi!
I've got a yellow square with a thin black frame around it. When using the command for this movieclip
onClipEvent(enterFrame) {
if (_height<300) {
_height++;
}
}
the square gets higher and higher but the frame gets thiker and thiker. But I want the same thin line around my new, larger square as I had before. Do you know, how to do this?
THX
Hartwig
I've got a yellow square with a thin black frame around it. When using the command for this movieclip
onClipEvent(enterFrame) {
if (_height<300) {
_height++;
}
}
the square gets higher and higher but the frame gets thiker and thiker. But I want the same thin line around my new, larger square as I had before. Do you know, how to do this?
THX
Hartwig