hello,i wrote the flashObject class as follows:
class flashObjects extends movieClip {
//descrive il tipo dell'oggetto
private static var tipi:Array= new Array("router","linea","oggetto","cursore","segnaposto","gruppo","proprietà","contenitore");
private var tipo:String;
//parte router
private var id:Number;
private var sid:String;
private var colore:String;
[b]ETC[/b]
but flash gives me the following error
Errore C:\document_root\prove\2004novembre\phpobjects\flashObjects.as: Linea 1: Impossibile caricare la classe 'movieClip'.
class flashObjects extends movieClip {
Totale errori ActionScript: 1 Errori segnalati: 1
I thought that movieClip was a class that is native in flash, ...how can I extend it?