home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jommeke
/
Jommeke.iso
/
movies
/
spotdiff.dir
/
00071_Script_71
< prev
next >
Wrap
Text File
|
2000-02-23
|
419b
|
19 lines
on indsidesprite
global rightover,rightchoice,activepic
put "you are over sprite "&& rightover
-- if activepic=1 then exit
end
on showlevelpic
global frame,leftpic,castbase
set mm to castbase+((frame-1)*20)+10
set the membernum of sprite leftpic to member mm of castlib 3
set the loc of sprite leftpic to point(200,212)
set the visible of sprite leftpic to true
end