ActionScript 3.0 is an object orientated programming language which is mostly used in the Adobe Flash Player.
An object orientated programming language (Also know as OOP) is a way to neatly organise and re use code using objects.
More information about OOP can be found here
A simple class...
(Don't worry if you don't understand any of this yet, step by next week for more information on what the below code does, what each keyword means and other information)
package
{
/**
*
* @author AS3 Tutorials
*/
public class Test
{
public function Test()
{
}
}
}
Although not necessary, it always helps if you have any prior programming knowledge.Next time on AS3 Tutorials we'll post more about what OOP and the coding above does/is!
Please comment what tutorials you'd like to see on this site in the future and any questions you might have.
Updated: AS3 Domain Name Site Lock - Lock your SWF from being played only on a domain name of your choice
No comments:
Post a Comment