satyanaas
02-18-2003, 02:52 PM
I'm trying to launch a projector from within a projector for a sampler CD to show off prevcious projects created. I'm trying to use the fscommand with the "exec" command:
on (release) {
fscommand("exec", "assets/Start");
}
I've been specifing the path to the projector I want to launch but it doesn't seem to call it correctly. I'm on a MAC so its not an .exe file I don't believe. I'd like to get it going cross platform. Any suggestion would be apprechiated. Thanks.
on (release) {
fscommand("exec", "assets/Start");
}
I've been specifing the path to the projector I want to launch but it doesn't seem to call it correctly. I'm on a MAC so its not an .exe file I don't believe. I'd like to get it going cross platform. Any suggestion would be apprechiated. Thanks.