home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch08_lgo / tutor.dir / 00254.txt < prev    next >
Encoding:
Text File  |  1996-12-06  |  138 b   |  7 lines

  1. global bRate
  2. on setRate
  3.    if the state of member "SWAHolder" = 2 then 
  4.       set bRate = the bitRate of member "SWAHolder"
  5.    end if
  6. end
  7.