QuantumDoja
Programmer
Hi, I want to attach a movie clip to another movieclip, I can do this fine, what I want to do is, when the movieclip is added, specify a class, like the one below to go with it, this again is fine, but when i keep adding the movieclip, i am unsure of how to add another class, otherwise, it just keeps overwriting what was just there, am i making sense?
Code:
class mybutton
{
var id:Number;
var a:Number;
var b:Number;
var c:Number;
var d:Number;
}