OwlShield

FlashDersleriniz

Aug 28th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. onClipEvent(enterFrame){
  2. if(_root.mcTop.hitTest(this)){
  3. this.unloadMovie();
  4. _root.ToplamPara++;
  5. if(_root.ToplamPara>=3 & _root.Can<_root.MaxCan){
  6. _root.Can++;
  7. _root.ToplamPara=_root.ToplamPara-3;
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment