AS3 Is doing me in!
AS3 Is doing me in!
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- mikotondria30
surely you're just making each carosel instance be populated with the 'balls' in the balls array, so in your script make a function that instantiates a new carousel, using balls[n]..
like,
function makeCarosel(ballsType):void {
//new carosel making stuff..
}
etc, am I understanding what you're trying to do right ?- frame1: makeCarosel(balls1...
frame2: makeCarosel(balls2...
mikotondria3
- frame1: makeCarosel(balls1...