Author Archives: G

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

Objective-C Variable and DataType

Well if we should pick from where we left off, we were talking about how to define variables as you would notice that there are little differences in the way Object-C does this; you would start with the variable type … Continue reading

Posted in Codelicous, Object-C | 2 Comments

Define a variable and let get started

Just about anybody who have done any sort of programming would know what a variable is, but for the newcomers that are just starting out this one is for you A variable is a simple means of keeping track of … Continue reading

Posted in Codelicous | Leave a comment

Hey thanks for dropping by

Hey thanks for dropping by this is the first post so you have not miss any of the codelicous goodness . I have been using Actionscript to create website and animation for quite some time now and it’s always fun, … Continue reading

Posted in talk | 1 Comment