For some reason, the on pasteKey is giving me grief. I need to check the clipboarddata, and if a condition is true, paste the data and enable a button but revolution ignores me. I even tried:
Code: Select all
on pasteKey
answer "PASTE"
end pasteKey
What am I doing wrong here?