Spinning Wheel in flash AS3
问题 I want to create (roulette) spinning wheel simulation in FLASH. I want to get a number, where that (roulette) spinning wheel will stop in front of an indicator. Here is link which demonstrate what I want actually. http://zytwebdev.zoomyourtraffic.in/amol_zytwebdev/roullete/R1_wheel2.swf section = new Array(); section[0] = "1"; section[1] = "2"; section[2] = "3"; section[3] = "4"; section[4] = "5"; section[5] = "6"; section[6] = "7"; section[7] = "8"; section[8] = "9"; section[9] = "10";