I am new to flash and need help

hi
how can i make pictures show up in random places and keep doing that over and over and over again (never stops)

Use loadMovie() function to load the JPEG file, and generate the random location with Math.random() function… :wink:

ok thanx

we have a few tutes here at kirupa that cover this subject.

try this one for starters :wink:

http://www.kirupa.com/developer/mx/random_motionMX.htm

That’s good to know… Thanks, Guig0… :wink: