home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / old_film / lumin.swf / scripts / frame_83 / DoAction.as < prev   
Encoding:
Text File  |  2002-04-26  |  1008 b   |  25 lines

  1. duplicateMovieClip("your movie","movie dw","16384");
  2. tellTarget("movie dw")
  3. {
  4.    gotoAndPlay(getProperty("../your movie", _currentframe));
  5. }
  6. setProperty("movie dw", _X, getProperty("your movie", _X) - "1");
  7. setProperty("movie dw", _Y, getProperty("your movie", _Y) + "1" - "1" - "1");
  8. setProperty("movie dw", _alpha, "10");
  9. duplicateMovieClip("your movie","movie dx","16384");
  10. tellTarget("movie dx")
  11. {
  12.    gotoAndPlay(getProperty("../your movie", _currentframe));
  13. }
  14. setProperty("movie dx", _X, getProperty("your movie", _X) - "1" + "1");
  15. setProperty("movie dx", _Y, getProperty("your movie", _Y) + "1" - "1");
  16. setProperty("movie dx", _alpha, "10");
  17. duplicateMovieClip("your movie","movie sx","16384");
  18. tellTarget("movie sx")
  19. {
  20.    gotoAndPlay(getProperty("../your movie", _currentframe));
  21. }
  22. setProperty("movie sx", _X, getProperty("your movie", _X) - "1" + "1" - "1" - "1");
  23. setProperty("movie sx", _Y, getProperty("your movie", _Y) + "1" - "1");
  24. setProperty("movie sx", _alpha, "10");
  25.