Google Groups Home
Help | Sign in
Group info
Members: 30
Activity: Low activity
Language: English
Group categories:
Computers > Software
Computers > Programming
More group info »
Recent pages and files
code snippets    

See for more information.




sclass 

  110         [Script]

  111         public class T

  112         {

  113 

  114         }

 

 

sevent

 

        #region added

        public static void add_added(DisplayObject that, Action<Event> value)

        {

            that.CombineDelegate(value, Event.ADDED);

        }

 

        public static void remove_added(DisplayObject that, Action<Event> value)

        {

            that.RemoveDelegate(value, Event.ADDED);

        }

        #endregion

 

flashasset.snippet

 

        [Embed(Path + "/turret1-gunfire-180-1.png")]

        static Class img_turret1_gunfire_180_1;

 

 

 

Version: 
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google