Tagged Questions
1
vote
3answers
628 views
Lingo call to ActionScript not working
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 script, I have the following ...
0
votes
1answer
51 views
Making a 3d Menu in Director or Flash (with selection) possible?
Okay, so I need to do a Director project with a 3D style menu (to clarify, it's a study manual with a human body with several parts to be selected, for example, to study arm muscles you need to click ...
0
votes
2answers
419 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: myMethod");
and I ...