AS3 Tutorials Beginner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replacement - "<pageby nominor="false" comments="false"/>" to "<!-- <pageby nominor="false" comments="false"/> -->") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
<pageby nominor="false" comments="false"/> | <!-- <pageby nominor="false" comments="false"/> --> | ||
== Stage 2 : Beginner == | == Stage 2 : Beginner == | ||
Line 7: | Line 7: | ||
=== Basic Programming Concepts === | === Basic Programming Concepts === | ||
To be able to write small programs from scracth, you will need to master some basic concepts first. What we propose to do is read through all these concepts at first. Don't try to master the details, try to understand the gist of it and to draw a cognitive map as to what "tools" you have available to write a program. Then explore the examples. You may then feel the need to go back and forth between concepts and code in the examples. | |||
* [[AS3 Variable Types]] | * [[AS3 Variable Types]] | ||
* [[AS3 Control Flow|AS3 Control Flow Statements]] | * [[AS3 Control Flow|AS3 Control Flow Statements]] | ||
Line 13: | Line 14: | ||
[[Category: Multimedia]] | [[Category: Multimedia]] | ||
[[Category: Actionscript 3]] | [[Category: Actionscript 3]] | ||
[[Category: Flash]] | [[Category: Flash]] | ||
[[Category: Flex]] | [[Category: Flex]] |
Latest revision as of 18:24, 22 August 2016
Stage 2 : Beginner
Basic Programming Concepts
To be able to write small programs from scracth, you will need to master some basic concepts first. What we propose to do is read through all these concepts at first. Don't try to master the details, try to understand the gist of it and to draw a cognitive map as to what "tools" you have available to write a program. Then explore the examples. You may then feel the need to go back and forth between concepts and code in the examples.