home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Demo / elearn / Chimie / interfata.swf / scripts / DefineSprite_346 / frame_3 / DoAction.as
Text File  |  2004-05-12  |  707b  |  46 lines

  1. this.manual.onRelease = function()
  2. {
  3.    _parent.demo.play();
  4. };
  5. this.d01.onPress = function()
  6. {
  7.    _parent.demo.play();
  8. };
  9. this.d02.onPress = function()
  10. {
  11.    _parent.demo.play();
  12. };
  13. this.d03.onPress = function()
  14. {
  15.    _parent.demo.play();
  16. };
  17. this.d04.onPress = function()
  18. {
  19.    _parent.demo.play();
  20. };
  21. this.d05.onPress = function()
  22. {
  23.    _parent.demo.play();
  24. };
  25. this.o01.onPress = function()
  26. {
  27.    _parent.demo.play();
  28. };
  29. this.o02.onPress = function()
  30. {
  31.    _parent.demo.play();
  32. };
  33. this.o03.onPress = function()
  34. {
  35.    _parent.demo.play();
  36. };
  37. this.o04.onPress = function()
  38. {
  39.    _parent.demo.play();
  40. };
  41. this.o05.onPress = function()
  42. {
  43.    _parent.demo.play();
  44. };
  45. stop();
  46.