home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineSprite_283 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  324 b   |  27 lines

  1. stop();
  2. tellTarget("1")
  3. {
  4.    gotoAndStop("Box");
  5. }
  6. tellTarget("2")
  7. {
  8.    gotoAndStop("Start");
  9. }
  10. tellTarget("3")
  11. {
  12.    gotoAndStop("Stop");
  13. }
  14. tellTarget("5")
  15. {
  16.    gotoAndStop("WRed");
  17. }
  18. tellTarget("6")
  19. {
  20.    gotoAndStop("WGreen");
  21. }
  22. tellTarget("7")
  23. {
  24.    gotoAndStop("WBlue");
  25. }
  26. set("../:Icon","Box");
  27.