Minimum command set?
Monte Goulding
monte at sweattechnologies.com
Wed May 7 23:29:01 EDT 2003
The best way to answer that question would be to write a minimal application
and see what you used. For example "set the ... of ... to ..." is a useless
if you don't know what ... is. I'd say it boils down to understanding a few
simple concepts:
- object references
- using variables (put)
- chunk expressions
- basic control structures
- basic object properties
- core messages
Cheers
Monte
>
>
> I'm curious: what is the minimum set of commands/functions you need to
> know in revolution to be able to get started? Off the top of my head:
>
> put...
> put...into...
> set the...of...to...
> repeat with x = 1 to 10...end repeat
> if...then...else...end if
> button "someButton"
> field "someField"
> card "someCard"
> stack "someStack"
> on mouseUp...end mouseUp
> on openCard...end openCard
>
> What would you add?
>
> regards,
>
> Geoff Canyon
> gcanyon at inspiredlogic.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list