Flash Question?
Flash Question?
- Started
- Last post
- 5 Responses
- wankerbez
How would i grab a random external image by clicking a button? Seems simple, obviously this did not work:
on (press) {
loadMovie("pics/(random(3)).jpg...
}Thanks
- lvl_130
a really lame response but a quick fix that would work:
create an mc with a keyframe with and each frame AS to call each in.
then.
on (press) {
yourMc.gotoAndStop ((random(totalFrames))+1);
}sorry this solution as i said above is lame, but it will work.
- lvl_130
yeah. ehat solid said. mine is very....old and lazy : )
thanks solid.
- Solid0
;)
- wankerbez0
yuo guys rock, love ya mates