ActionScript: Difference between revisions

Content deleted Content added
mNo edit summary
Tags: Mobile edit Mobile app edit iOS app edit
Line 181:
* '''Number''' + Any Numeric value
* '''Boolean''' + A simple binary storage that can only be "true" or "false".
* '''Object''' – Object is the data type all complex data types inherit from. It allows for the grouping of methods, functions, parameters, and other objects.
 
'''ActionScript 2 complex data types'''