Содержание
0. IntroductionWelcome 01:00Using the exercise files 00:48
1. Introduction to MobileUnderstanding the user 04:02Flash content on Android devices 03:14
2. Mobile Game SetupReviewing the game 01:50Creating a file in Device Central 05:39Reviewing the game structure 08:23Adding code snippets 01:36
3. Basic Game MovementAnimating the intro screen 08:13Moving the player 08:13Adding enemies 06:49Adding movement 04:16Adding chance and randomness 08:42
4. Advanced InteractivityAdding lasers 08:14Detecting collisions 07:57Adding explosions 06:26Removing assets from the stage 08:50Adding audio 03:03
5. ScoringAdding scoring and levels 07:41Subtracting lives and ending the game 04:26Creating a results screen 05:08Displaying the score 06:57Saving and loading game results 09:00
6. Mobile-Specific FunctionalityDetecting movement with the Accelerometer 06:39Using the swipe gesture 04:42Using hardware keys 05:53
7. Optimizing for Mobile DevicesHandling exits and idle mode 03:31Handling activation and deactivation 06:14Optimizing graphics 07:14Optimizing ActionScript 06:19
8. PublishingCreating the application files 08:23Creating the app (Mac) 05:05Creating the app (PC) 07:19Publishing to an Android device (Mac) 07:07Publishing to an Android device (PC) 06:47
9. Uploading to the Android MarketUploading to the Android market 07:07Downloading from the Android market 01:49
10. ConclusionNext steps 01:22