|
From: erixtekila <eri...@if...> - 2004-11-19 18:14:31
|
Hi,
When testing the examples you gracefully provided, i've discovered a=20
little typo.
It should be in TEST A NON-LIBRARY MOVIECLIP INSTRUCTIONS :
<excerpt>
- Update the Test Case so that the setUp and tearDown methods look=20
like the following:
public function setUp():Void {
var initObj:Object =3D new Object();
initObj._xscale =3D 200;
// OLD : instance =3D =
ExampleClip(attachMovie(ExampleClip.linkageId,=20
initObj));
instance =3D =
ExampleMovie(attachMovie(ExampleMovie.linkageId, initObj));
}
</excerpt>
I don't know if attached files is permitted here, but i could send you=20=
the file that you could merge.
PS : Nice to get more examples. THanX ;=AC])
I'll try to figure out more of your work later.
I got to dive in your Classes Lib.
cheers.=
|