Dynamic Processes
From MySLife DAS Wiki
|
Topic Assignments
Basic Motion Tips
Complete the Flash Tips for Basic Motion tutorial.
Suggestion: Create several versions with different behaviors.
Download and study the Dynamic Process Flash Skeleton (media:Dynamicprocess_skeleton.fla) and see if you can create a compelling simulation as part of your final project.
Suggestion: Create several versions with different behaviors.
Dynamic Process Flash Skeleton(requires Flash Player 8 or higher)
Notes and Comments
- Animating a movie clip position code sample
onEnterFrame = function() {
asteroid_mc._x = asteroid_mc._x + 5;
if (asteroid_mc._x > 500) {
asteroid_mc._x = 0;
}
}
Update the Wiki:
- Upload the assets (.SWF and .FLA) you create to your Wiki project page.
Update the Blog:
- Write a Blog post about this topic, share your learning experience!
Related Links and Tutorials
- Browse the Flash Tutorials listfor more tutorials, information and link


Students Contributions
Here are examples of what other students did in this topic. Please add your work to this section.

