https://livecode.com/xavvi/For a simple app you won’t need to edit any code.
Now, I, by way of earning my bread and cheese run an ESL (English as a Second Language) school in Bulgaria.
I have a fair few computers running Xubuntu Linux on which I deploy LiveCode standalones of a fairly basic nature for children (6 - 18) to 'exercise' their English on.
Over an 18 year period I have built up a 'library' of about 60 of these standalones made on various versions of RR/LC from 2.2.1 to 9.6.3.
In very few cases do they not require the most simple programming imaginable: they DO take on average 8-12 hours to make, not because of the programming, but because of the media (images) involved.
I am going to lead readers of this thread through my latest standalone for my school:
[All screenshots have been reduced to 60 per cent of their original size]
- -
This is the title card, and the IMAGE "OPEN" contains the following script:
Code: Select all
on mouseUp
go next
end mouseUp