home *** CD-ROM | disk | FTP | other *** search
- if(insurance == true)
- {
- if(Dcard0 + Dcard1 != 21)
- {
- _root.chipSound.start();
- _root.Insurance2Mov.play();
- j = 600;
- while(j < 799)
- {
- _root["chip" + j].play();
- j++;
- }
- }
- }
- StartDealer = true;
- _root.insuranceMov.gotoAndStop(1);
- _root.topcard.removeMovieClip();
- duplicateMovieClip(_root.scoreMain,"scoreDealer",16694);
- setProperty("scoreDealer", _X, 180);
- setProperty("scoreDealer", _Y, 85);
- Dealer_score_start(_root.card12.value);
- Dealer_score_start(_root.card13.value);
- Dealer_score_finish();
- stop();
-