home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / DefineButton2_544 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-03-01  |  153 b   |  11 lines

  1. on(release){
  2.    if(_root.qulity == true)
  3.    {
  4.       _root.qulityball.nextFrame();
  5.    }
  6.    else
  7.    {
  8.       _root.qulityball.prevFrame();
  9.    }
  10. }
  11.