Search found 3 matches
- Sat Aug 25, 2018 6:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Director to LiveCode Help?
- Replies: 13
- Views: 7076
Re: Director to LiveCode Help?
bogs, Director can use QuickTime MOVs, FLV, MP4, H.264, and various other video formats. With some of those there will be events that may be similar to LiveCode's player object. But the main document type in Director is called a movie (it's all a film based metaphor), in the same way that a LiveCode...
- Sat Aug 25, 2018 6:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Director to LiveCode Help?
- Replies: 13
- Views: 7076
Re: Director to LiveCode Help?
Klaus, thanks for the explanation. I wasn't able to convince the forum about my user name, and there is no Forgot Username option to try. So I registered again with a new name!
- Sat Aug 25, 2018 3:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Director to LiveCode Help?
- Replies: 13
- Views: 7076
Re: Director to LiveCode Help?
LiveCode, the language, comes from the same place that HyperTalk came from, and so did Lingo. If you know verbose Lingo, a lot of the code would work in LiveCode without any changes. LiveCode doesn't do dot syntax, so adapting dot syntax Lingo would take more time. Director has scripts in three or m...