Macromedia Director help?
Macromedia Director help?
- Started
- Last post
- 2 Responses
- brian
I never use Director, but I need to make some simple "links" to files on a CD (.hml and .exe) with the director file. A sample file would be nice :) Thanks.
- JamesEngage0
gotonetpage or getnetpage i think are the command you want
- drzoom0
and for .exes you can use open
eg. put this behaviour on your button:
on mouseDown me
open('filename.exe')
end...as simple as that.