home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 November
/
chip_special1.iso
/
_word
/
Inter.dxr
/
01655_Field_1655.txt
< prev
next >
Wrap
Text File
|
1998-10-18
|
598b
|
33 lines
-- ponow
on mouseUp
set the locH of sprite 5 to 409
set the locV of sprite 5 to 266
puppetSprite 5, FALSE
go "tu"
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