Posted
Filed under Action Script
[actions script 2.0 ] 라이브러리에서
rand 7 일 경우 0에서 7 까지 생성

function get_srand(randNum:Number){
 return Math.floor(Math.random() * randNum);
}
2009/08/19 11:14 2009/08/19 11:14