opening stack from subfolder

Bob Hartley rev at armbase.com
Sun Dec 12 17:58:22 EST 2004


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  



More information about the use-livecode mailing list