home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  239 b   |  10 lines

  1. on exitFrame
  2.   global gebitmap, geprotect, gcdpath
  3.   if geprotect = "1" then
  4.     newBitmap(gcdpath & "Graphics\" & gebitmap, 3)
  5.   else
  6.     newBitmap(the pathName & "Graphics\" & gebitmap, 3)
  7.   end if
  8.   set the blend of sprite 3 to 100
  9. end
  10.