home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
omnia201.iso
/
mondo3d
/
shuttle.dir
/
00022_Script_22
< prev
next >
Wrap
Text File
|
2000-11-03
|
478b
|
22 lines
on mousedown
set the ink of sprite the currentSpriteNum to 0
REPEAT WITH IKY = 40 TO 49
set the lineSize of sprite IKY to 1
END REPEAT
end
on mouseup
set the ink of sprite the currentSpriteNum to 36
REPEAT WITH IKA = 40 TO 49
set the lineSize of sprite IKA to 0
END REPEAT
end
on mouseupOutside
set the ink of sprite the currentSpriteNum to 36
REPEAT WITH IKA = 40 TO 49
set the lineSize of sprite IKA to 0
END REPEAT
end