Once you have the Oregano Sever API patched and working I would like to have a copy and I'm sure there will be other people out there interested too. I have been meaning to do it myself but have had too many things to do at work. I think putting them on OSFlash.org might be a nice idea.
p.s. What is the game you are working on? Anything cool? Jim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cosmin Cimpoi Sent: 03 November 2005 08:42 To: Open Source Flash Mailing List Subject: Re: [osflash] mtasc Error Well, I already contacted you on the instanceof problem with mtasc. It occurs in _Class and TableDefinition where instanceof is used: "someText" instanceof "string" does not work. I am using now two helper methods: - objToClass that uses a typeof switch and returns for the case above: new String("someText"); - and stringToClass that returns: String and the resulting operation is: new String("someText") instanceof String and this returns a corect result. regards, cosmin ------------------------------------------------------------------------ ------------------- Cosmin Cimpoi Web Developer - Team Technology (OT) ------------------------------------------------------------------------ ------------------- monogroup Srl piata unirii nr 4-5 400013, Cluj-Napoca, Romania tel. (+40) 264594667 fax. (+40) 264594667 mail. [EMAIL PROTECTED] www.monogroup.ro ------------------------------------------------------------------------ ------------------- This message is confidential and intended solely for the use by the addressee. Any use of this message by a third party is prohibited. If you received this message in error, please contact the sender and delete the data from any computer and data carrier. ----- Original Message ----- From: "erix tekila" <[EMAIL PROTECTED]> To: "Open Source Flash Mailing List" <[email protected]> Sent: Thursday, November 03, 2005 12:49 AM Subject: Re: [osflash] mtasc Error > Hi, > > > Oregano has been written for flash 5. > At that time, there were no Error class neither intrisics ;) > > I'll dig in your error soon. > I use it with MTASC 1.10b too. > > But the rename of this method seems obvious BTW. > > Thanks to share your experiences. > > ------ > erixtekila > http://blog.v-i-a.net > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
