Stars ballet
The goal is to create a stars ballet. You need to build the previous example for that.
⇒ animation ⇐
The different stages are gonna described right now.
Creating Objects
1 - Set up stage sizes 640x480. Black background.
Frame rate = 50.
2 - Copy and paste the movieclip star from swi in preioux example.
Reduce scale to 1/3.

Script
Enter the following script in Scene_1 :
"Et voilà" , it's up to you to improve that example.
Remark :
You need to set eval("star"+i) instead of ("star"+i) as we wrote with SwishMax1 !

