Hi, i've a problem with this (in a single moviescript):
function CClipper ()
{
this.mydummy2 = 0;
}
function CSprite ()
{
this.dummy = 0;
}
CSprite.prototype = new CClipper ();
var test = new CSprite ();
That script hangs the Internet Explorer and Mozilla Firefox.
Im using Director MX 2004 with javascript syntax and running
on Windows XP
(SP3)
Does anybody know what is wrong?
_______________________________________________
dirGames-L mailing list - dirGames-L nuttybar.drama.uga.edu
http://nuttybar.drama.uga.edu/mailman/listinfo/dirgames
-l
|