Klaus,

Yes it is at the root level. If this is the case won't this mess up my relative paths or do I need to put all of the OSX/9 and Win standalones in a subfolder. Will that keep my relative paths fine.

Tom


On Jan 7, 2004, at 12:05 PM, Klaus Major wrote:


Hi Thomas,

...-snip
set the filename of image "slide" to the_path & line currentimage of theimages


this script is in my next button -- I have similar scripts in my Previous button and "home" button.
-snip-
global the_path, totalimages, currentimage, theimages
if currentimage < totalimages then
put currentimage + 1 into currentimage
else
put 1 into currentimage
end if
lock screen
set the filename of image "slide" to (the_path & line currentimage of theimages)

Quick guess:


Is your standalone on the root-level of the CD-Rom?

Like:

E:\YourApp.exe

I remember there were some problems on win <= 98...

That might explain your experience...

Anyone else remember this?

The solution was to put the standalone into a folder on the CD-Rom and maybe
create a shortcut/link on the root-level...


Hope that helps...

Advanced Media Group
Thomas J McGrath III    • 2003 •  [EMAIL PROTECTED]
220 Drake Road, Bethel Park, PA 15102

Regards


Klaus Major
[EMAIL PROTECTED]
www.major-k.de


P.S. The scripts are cool ;-) _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution



Macintosh PowerBook G-4 OSX 10.3.1, OS 9.2.2, 1.25 GHz, 512MB RAM, Rev 2.1.2



Advanced Media Group Thomas J McGrath III • 2003 • [EMAIL PROTECTED] 220 Drake Road, Bethel Park, PA 15102



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

Reply via email to