Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

attachmovie and class

Status
Not open for further replies.

QuantumDoja

Programmer
Joined
Jun 11, 2004
Messages
76
Location
GB
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;
}

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top