Developer Basics
This course is the perfect starting point for those of you that have never used Flash before.
Break into the basics of coding. We'll introduce some fundamental techniques and the concept of variables.
A continued investigation of variables and the introduction of primitive values.
Operators are as common as they are critical in any programming language. Their main roles are for testing and manipulating data.
Conditionals enable our code to be more dynamic and flexible. The if statement tests a specific condition and runs code depending on the result.
Switches are an extension of the logic of 'if'. In this course we will see how to work with switches and with ternary operators.