Category Archives: Actionscript

Actionscript and Obeject-C have few Data types things in common part 2

Data types are the basic building blocks of just about object oriented language and Objective-C has a few also int can store a positive or negative whole number (in other words a number with no decimal places). The actual size … Continue reading

Posted in Actionscript, Object-C | 3 Comments

Actionscript and Obeject-C have few Data types things in common

ActionScript primarily consists of “fundamental” or “simple” data types which are used to create other data types. These data types are very similar across few other object Oriented languages. ActionScript primitive data types primitive data types are the basic datatypes … Continue reading

Posted in Actionscript, Codelicous, Object-C | Leave a comment