|
ekhart Novice
Joined: 28 Aug 2008 Posts: 31
|
Posted: Sat Aug 30, 2008 9:24 am
Starting from Scratch |
I never really looked at this program before. I have no REAL language experience, I just kind of pick it up as I go.
I downloaded this program and am probably doing things totally wrong but, all I seem to be able to do is open the test apps and stuff? How do I go about starting to make a new one? |
|
|
|
Tarn GURU
Joined: 10 Oct 2000 Posts: 873 Location: USA
|
Posted: Sat Aug 30, 2008 3:03 pm |
Open up the ZML files in a text editor (even Notepad) to see how things are organized. The're XML, and various elements tie into events raised by the components and properties to set on them. The pieces of code to execute are between SCRIPT elements.
Look at hello.zml first, and then take a look at something basic like the calculator (calc.zml).
-Tarn |
|
|
|
|
|