hello,
How can not repeat a random number
http://d.up-00.com/2018/03/152248125475481.jpg
button code:
PHP Code:on (release) {
var n:int=Math.randomInt(20) ;
kofa = n ;
MC.loadMovie("pic" add n add ".jpg");
// here i need code
//to disable repeat numbers
// it means if n = 2
// the number 2 dont show again
}

