if you're trying to debug your app after it's compiled, you can take advantage of the fact that LC is interpreted at runtime by adding something like:
Code: Select all
on mouseUp
ask "Command, please"
if it is not empty then do it
end mouseUp
You could check the contents of a global if you responded with:
Code: Select all
global goop; answer goop