- I want to press a 4 button sequence and make a image file open into a field
- I searched different tutorials and this forum but couldn't find an example...
- The 4th button "d" is a constant, so here's what I tried on "d" button script (the first 3 button will be different combinations, with a total of 14 buttons to choose from):
on MouseUp
if buttonPressed "a&b&c&d" is true
then
put file "fileName.png" into field "display"
end MouseUp
(Think of a "1 + 1 =" sequence). It's not working and I'm lost... Can anyone send some suggestions? Thank you so much!
