Hi All

I'm finally getting there.

OK I can call an external stack from a standalone.

i used a button in a stabndalone (called start.exe) with the script
on mouseUp
  go to stack test.rev
end mouseUp

to open a stack called test.rev

This works when test.rev is in the same folder as start.exe, however, when I put test.rev in a folde called "bits" and use the script
on mouseUp
go to stack bits\test.rev
end mouseUp
or
on mouseUp
go to stack bits/test.rev
end mouseUp


The test.rev file is not opend by the standalone.

How do I get it to open this file.

Cheers
Bob


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to