Code: Select all
if intersect(grc "bug", image "path", 2) then
move grc "bug" to 70, 630
--send "end switch"
send "exit mouseUp"
end if
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
if intersect(grc "bug", image "path", 2) then
move grc "bug" to 70, 630
--send "end switch"
send "exit mouseUp"
end if
Code: Select all
on mouseUp
beep 3
send "exitMouseUp" && "5" to this cd
end mouseUp
Code: Select all
on exitMouseUp var
answer var
end exitMouseUp
Code: Select all
if ctrlKey() is down then
put numToCodePoint(122933) after fld "OOT"
end mouseUp
end if
if altKey() is down then
put numToCodePoint(11767) after fld "OOT"
else
if shiftkey() is up then
put numToCodePoint(1077) after fld "OOT"
else
if shiftkey() is down then
put numToCodePoint(MAGIC) after fld "OOT"
end if
end if
end if