Just getting started with LiveCode, messing around with some IOS samples.
I'm getting an error I don't understand when trying to set up a handler to move to another card. When I try to compile this script:
Code: Select all
on cancelEdit
go to card "Classes" with visual effect push right
end cancelEdit
card "thisCard": compilation error at line 12 (Expression: unquoted literal), char 30
Line 12 in they case is the "go to card" line.
That syntax comes more or less straight out of the docs. What am I missing?