Displaying different image when page loads
anyone knows how display different image each time page loads? suggestions appreciated.
thanks in advance.
thanks in advance.
jtkunle wrote:
> knows how display different image each time page loads? suggestions appreciated.
you make empty swf files simple loadmovie action loading random images.
assuming images named image0.jpg image1.jpg image3.jpg etc...
all need following action on first frame of timeline:
randimage = math.round(math.random()*5);
loadmovienum("image"+randimage".jpg", 1);
the *5 define random range, more images, change number.
--
best regards
urami
--
<urami>
if want mail me - not laugh @ address
</urami>
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment