1
vote
3answers
137 views
How can you tell if a language is a “dynamic language”?
I'm trying to get a better handle on what it really means for a language to be "dynamic". I have quite a bit of experience with Lingo, which is the scripting language for the Adobe …
0
votes
2answers
111 views
Director 11 and Flash with AS 2 communication
I have a Director project with 3 scripts (2 behaviors and 1 movie script). I have the following code in my movie script:
on startRecording ()
--do stuff
_movie.script["script2 …
0
votes
1answer
33 views
Need help with cuepoints (Adobe Director project)!
Hi there!
I have a little problem, there is a cd project done by another developer in Adobe Director. It is in three languages. This project has video files with subtitles... Subt …
0
votes
1answer
27 views
Lingo Filter for Doxygen?
Does anyone know of or have a Lingo filter for Doxygen?
I have played with DocMaker, but it introduces dependencies on director and is not a flexible or full featured as Doxygen.
…
0
votes
0answers
81 views
lingo stack overflow help~ [closed]
SETS:
CAPITAL/C02 C03 C04 C05 C06 C07 C08 C09/:MONEY,ACCOUNT;
TIME/0201 0202 0203 0204 0205 0206 0207 0208 0209 0210 0211 0212 0301 0302 0303 0304 0305 0306 0307 0308 0309 0310 031 …
1
vote
3answers
342 views
Lingo call to ActionScript not working
Hi,
I have a Flash sprite in my Director project. Under the Properties of that sprite, under both the Member and the Sprite tabs, it has as its name "Assessment". In my Lingo scri …
0
votes
2answers
161 views
Swapping information between ActionScript and Lingo
I have a lingo script which runs some data processing for a Flash movie. I can call my Lingo functions from Flash by putting the following inside one of my methods:
getURL("Lingo: …
1
vote
1answer
169 views
Get the BIOS time in LINGO
Can someone tell me how to get the BIOS time in Lingo?
0
votes
1answer
54 views
Comparing dates in Lingo
How do I compare two dates in Lingo? To be specific, I want to know if today's date is after some fixed date. I know I can create the fixed date by using:
date("20090101")
and I …
3
votes
4answers
175 views
Any online resources for learning Lingo/Shockwave Director?
I've been doing bits and pieces of work in Lingo while helping a friend with some projects he's working on, but I haven't found any good resources for actually learning the languag …
