Goodbye Complex Code

35:20 AS3 FLA 9

Prerequisite:

Conditionals 2: 'switch' ( ??? ); Objects ( ??? );
WARNING: you did not complete all prerequisites of this course. To Complete prerequisites above, pass course Exam.
How to make your code simple. Its easy; First get rid of if/switch statements that can be stored as data instead of a statement - You will be surprised how simple your code looks when you do that. We will Test this idea using this sample application( a simple translator tool) by showing how much easier it is to use objects instead of switches and if statements.
Subscribe to EverythingFLA.com