home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 November
/
chip_special1.iso
/
_word
/
Inter.dxr
/
01656_Field_1656.txt
< prev
Wrap
Text File
|
1998-10-18
|
636b
|
35 lines
-- instaluj
on mouseUp
set the locH of sprite 5 to 409
set the locV of sprite 5 to 266
puppetSprite 5, FALSE
global myCD
open myCD&"\qteasy32"
halt
end
on mouseDown
puppetSprite 5, true
set the locH of sprite 5 to 412
set the locV of sprite 5 to 269
end
on mouseUpOutside
set the locH of sprite 5 to 409
set the locV of sprite 5 to 266
set the ink of sprite 5 to 7
end mouseUpOutside
on mouseLEave
set the locH of sprite 5 to 409
set the locV of sprite 5 to 266
set the ink of sprite 5 to 7
end
on mouseEnter
set the ink of sprite 5 to 5
end mouseEnter