home *** CD-ROM | disk | FTP | other *** search
/ Smart Steps: 2nd Grade / SSGRADE2.iso / pc / dkcode / intro.dxr / 00005_Back.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  241 b   |  12 lines

  1. on exitFrame
  2.   if rollOver(16) or rollOver(17) then
  3.     if the blend of sprite 16 = 0 then
  4.       puppetSound("onrollo")
  5.     end if
  6.     set the blend of sprite 16 to 100
  7.   else
  8.     set the blend of sprite 16 to 0
  9.   end if
  10.   go(the frame)
  11. end
  12.