home *** CD-ROM | disk | FTP | other *** search
- if(_level0.title == "premium")
- {
- tellTarget("_level0.boxshot_image")
- {
- gotoAndStop("premium");
- play();
- }
- }
- if(_level0.title == "pro")
- {
- tellTarget("_level0.boxshot_image")
- {
- gotoAndStop("pro");
- play();
- }
- }
- if(_level0.title == "home")
- {
- tellTarget("_level0.boxshot_image")
- {
- gotoAndStop("home");
- play();
- }
- }
- if(_level0.title == "express")
- {
- tellTarget("_level0.boxshot_image")
- {
- gotoAndStop("express");
- play();
- }
- }
-