Code: Select all
on keyDown pKey
local tText
put CR & the text of me into tText
if (tText contains (LF & the label of me & pKey)) then
pass keyDown
end if
end keyDown
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on keyDown pKey
local tText
put CR & the text of me into tText
if (tText contains (LF & the label of me & pKey)) then
pass keyDown
end if
end keyDown