Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

loading a variable number of external .jpg's

0 views
Skip to first unread message

user

unread,
Oct 30, 2009, 4:02:07 PM10/30/09
to
hi,

I got a problem:

I want to create an image gallery that loads external jpg's from a
folder. then navigate from one to the next with a simple button:

on (press) {
n = n+1;
main.container.loadMovie("image/"+n+".jpg");
}

so far so good, but since I do have sometimes more, somtimes less images
in the folder, I don' know how to jump to the first image if there is no
more image ...


should not be complicated?


thanks, philippe

0 new messages