home *** CD-ROM | disk | FTP | other *** search
/ The Ring Press Kit / The Ring Press Kit.iso / mac / The Ring.dxr / scripts_48_initFullFrame.ls < prev    next >
Encoding:
Text File  |  2002-09-24  |  352 b   |  13 lines

  1. global currPhoto, currNum, totalPhoto, photoDL
  2.  
  3. on prepareFrame me
  4.   put currNum & "/" & totalPhoto into field "count"
  5.   if photoDL.getPos(currPhoto) <> 0 then
  6.     sprite(61).member = member("large checkbox1")
  7.   else
  8.     sprite(61).member = member("large checkbox0")
  9.   end if
  10.   sprite(3).member = member(currPhoto & ".TIF")
  11.   sprite(3).visible = 1
  12. end
  13.