|
Post by vivek on Jun 5, 2013 12:39:59 GMT
i am working on an animation that pauses on 5 different points and in each points some images comes up and on resume the animation continue.
now i want to load random images in each points and want their values and finishing the animation , i want to calculate all 5 points images values ?
is that possible ?
|
|
|
Post by Hippani on Jun 5, 2013 12:55:03 GMT
I'm not sure I 100% understand exactly what you mean, maybe we need a diagram or a screenshot or something.
I'm sure it's possible. You could use add an image viewer and add 5 images and then use this function:
OpenImageViewerIndex("ScriptId",Index:Number);
Send the Index to 1+(parseInt(Math.random()*5))
|
|
vivek
New Member
Posts: 17
|
Post by vivek on Jun 29, 2013 6:33:06 GMT
i have used image sequence with three images. can i set a attribute of images that loading randomly and save their value temporarily (in cookies)
|
|