[Fling] Updated TypeResolver
John Grden
neoriley at gmail.com
Fri May 19 20:10:08 EDT 2006
this looks awsome chris!
On 5/19/06, Chris Allen <mrchrisallen at gmail.com> wrote:
>
> Hi Guys,
>
> Just letting you know that I updated TypeResolver and added the type
> checks to MovieAsset, XMLAsset and SoundAsset. Make sure to do get the
> latest version from SVN.
>
> TypeResolver is still a work in progress as it still doesn't have all
> of the intrinisic classes for ActionScript 2 at this point. Currently
> it has the following:
>
> public static var UNDEFINED:String = "undefined";
>
> public static var OBJECT:String = "Object";
>
> public static var FUNCTION:String = "Function";
>
> public static var ARRAY:String = "Array";
>
> public static var MOVIECLIP:String = "MovieClip";
>
> public static var BUTTON:String = "Button";
>
> public static var SOUND:String = "Sound";
>
> public static var VIDEO:String = "Video";
>
> public static var NETSTREAM:String = "NetStream";
>
> public static var TEXTFIELD:String = "TextField";
>
> public static var DATE:String = "Date";
>
> public static var XML:String = "XML";
>
> public static var STRING:String = "String";
>
> public static var NUMBER:String = "Number";
>
> public static var BOOLEAN:String = "Boolean";
>
> I talked to John about it and we agreed that we will just add more
> types as we need them. Make sure to add a test for the new types in
> the TestTypeResolver unit tests if you add any.
>
> Cool! Have a good weekend.
>
> -Chris
>
--
John Grden - Blitz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/fling_osflash.org/attachments/20060519/a0b148f5/attachment.htm
More information about the Fling
mailing list