home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Main.dxr / 00007_entrataHome.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  168 b   |  9 lines

  1. on prepareFrame
  2.   global gSuonoAttivo
  3.   if gSuonoAttivo = 1 then
  4.     sprite(14).member = member("Audio")
  5.   else
  6.     sprite(14).member = member("Audio_F4")
  7.   end if
  8. end
  9.