DIRECTOR: LINGO: Added test for redefining keywords

This commit is contained in:
Eugene Sandulenko 2020-01-15 17:04:47 +01:00
parent 8485fdca7e
commit ab89b75745

View File

@ -15,3 +15,7 @@ on annoy2 howMuch
beep random(howMuch)
alert "Aren't handlers fun?"
end annoy2 howMuch
on move me
set h = the locH of sprite pSprite + pChangeH
end