home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / atomic_babe.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  312 b   |  30 lines

  1. stop();
  2. tellTarget("babe.hair")
  3. {
  4.    stop();
  5. }
  6. tellTarget("babe.top")
  7. {
  8.    stop();
  9. }
  10. tellTarget("babe.legs")
  11. {
  12.    stop();
  13. }
  14. tellTarget("babe.hat")
  15. {
  16.    stop();
  17. }
  18. tellTarget("babe.xtra")
  19. {
  20.    stop();
  21. }
  22. tellTarget("babe.footwear")
  23. {
  24.    stop();
  25. }
  26. tellTarget("babe.coat")
  27. {
  28.    stop();
  29. }
  30.