CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Flash & ActionScript (http://www.codingforums.com/forumdisplay.php?f=52)
-   -   image slide show in flash (http://www.codingforums.com/showthread.php?t=25715)

MaartenM 09-03-2003 09:19 AM

image slide show in flash
 
Hey,

I'm trying to make a button controlled image slide show in flash, which preloads the next image.
I got three layers: a scripts layer, movieclip layer and a buttons layer.
In the first keyframe of the scripts layer I've got this following code:

_root.mc.loadMovie("images/1.jpg");
teller = 0; \\ variable "counter"
while (teller<1) { \\ "counter" < 1
geladen = mc.getBytesLoaded(); \\geladen means loaded
totaal = mc.getBytesTotal(); \\ totaal means total
if (geladen=totaal) { \\ so loaded=total
teller = 1; \\ "counter"=1
}
}

Does anybody know what to do next and how to control the buttons??

Thanks,
MaartenM

Kev@DDN 09-05-2003 06:24 PM

Download this and have a look through- anything you don't understand and want me to expand on, post back here :)

http://dotdragnet.com/kev/dynamic_image_gallery.zip


All times are GMT +1. The time now is 03:47 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.