Hi there, I started to use flash again! I created my project of loading in images at random using an external folder. I used this:

var myRand = Math.floor(Math.random(42)*10+1);
...