Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- onClipEvent(enterFrame){
- if(_root.mcTop.hitTest(this)){
- this.unloadMovie();
- _root.ToplamPara++;
- if(_root.ToplamPara>=3 & _root.Can<_root.MaxCan){
- _root.Can++;
- _root.ToplamPara=_root.ToplamPara-3;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment