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?

    Hi,

    I'm no real Flash expert, so ... is ActionScript case sensitive ? I thought it was MovieClip and not movieClip (capital m).

    EDIT: I hope I got the point and translated caricare right as something like "to load" ....

    Thomas

      Weedpacket looks around with a blank expression on his face. He was sure this was PHPBuilder.com and not Flashkit.com....

        sorry, but the question is related to PHP somehow, because it I am thinking about writing:

        class flashObjects extends PHPObject

          Write a Reply...