home *** CD-ROM | disk | FTP | other *** search
/ Jommeke / Jommeke.iso / movies / spotdiff.dir / 00071_Script_71 < prev    next >
Text File  |  2000-02-23  |  419b  |  19 lines

  1. on indsidesprite
  2.   global rightover,rightchoice,activepic
  3.   put "you are over sprite "&& rightover
  4.   --  if activepic=1 then exit
  5.   
  6.   
  7.   
  8. end
  9.  
  10. on showlevelpic
  11.   global frame,leftpic,castbase
  12.   set mm to castbase+((frame-1)*20)+10
  13.   
  14.   set the membernum of sprite leftpic to  member mm of castlib 3
  15.    set the loc of sprite leftpic to point(200,212)
  16.   set the visible of sprite leftpic to true
  17.   
  18. end
  19.