home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 152 / PCG152DA0905 / PCG152DA0905.mdf / Main.dxr / Scripts_8_Galleries.ls < prev    next >
Encoding:
Text File  |  2005-07-15  |  136 b   |  9 lines

  1. global musicon
  2.  
  3. on mouseUp
  4.   musicon = 0
  5.   GalleryFrame = (sprite(50).locV - 96) / 20
  6.   go(1, "Galleries")
  7.   go("x" & GalleryFrame)
  8. end
  9.