Hi all,

I've got built myself a movie which contains the Class "square", which is a movieclip that has several prototype definitions.
On it's own, this works just fine (you can see it here http://www.s-j-t.co.uk/flashkit/squares.swf), however when i load this swf into another container movie, all stops working and the clips that are scattered over the stage normally, don't get defined.

I've checked through and set all the variables and functions to be defined within the swf (.i.e. paths are with _root), so in theory it's self-contained but this doesn't seem to make a difference.
I've got a feeling this is about variable scope...or maybe cross definitions of function and variable names...
Any pointers on where to start debugging this would be a massive help...

cheers!