home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / INXWDEC.DXR / 00027_CDXAnimate.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  342 b   |  10 lines

  1. on CDXAnimate
  2.   global CDXSearchSprite
  3.   if the member of sprite CDXSearchSprite = the member of cast "SearchNowSeven" then
  4.     set the memberNum of sprite CDXSearchSprite to the member of cast "SearchNowThree"
  5.   else
  6.     set the memberNum of sprite CDXSearchSprite to the memberNum of sprite CDXSearchSprite + 1
  7.   end if
  8.   updateStage()
  9. end
  10.