Slashdot Mirror


User: scubaninja

scubaninja's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Lingo is a nightmare..... on Flash and Open Source · · Score: 1

    Lingo is the scripting language used by Macromedia Director. ActionScript is the language used by Flash. Starting with Flash 5, they changed the syntax over so it is basically 90% JavaScript with a much cooler object model. (i.e. you can control opacity and rotation, try that in DHTML). ActionScript is still less powerful than Lingo though, although I prefer the AS syntax since it is basically JavaScript with a couple of missing features.