Thank you for your quick response.
My company is willing to pay subscription fees but due to capital controls in my country that is unavailable for know.
I have tried the blitmask but it does not show anything im using this code within the class i have provided.
Thank you in advance.
PS: do you accept western union or any other means of payment that can overcome the capital control issue??
private var blitMask:BlitMask;
this.blitMask = new BlitMask(this,-89,-267,178,534,true);
this.blitMask.update();
TweenMax.to(this.reelInstances,0.5,{y:"+=178",ease:Back.easeIn.config(3),onStart:this.blitMask.enableBitmapMode,onComplete:this.addNextSymbol,onUpdate:this.blitMask.update});
if(this.movePlace == this.position){
TweenLite.to(this.reelInstances,0.30,{y:"+=178",ease:Back.easeOut.config(3), onComplete:this.afterSpin,onUpdate:this.blitMask.update});
}
else{
TweenLite.to(this.reelInstances,0.15,{y:"+=178",ease: Linear.easeNone, onComplete:this.addNextSymbol,onUpdate:this.blitMask.update});
}