# A Couple Questions

**URL:** https://forum.kirupa.com/t/a-couple-questions/303983
**Category:** flash
**Created:** [January 30, 2010, 3:15am UTC](https://forum.kirupa.com/t/a-couple-questions/303983 "2010-01-30T03:15:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Danny0123](https://avatars.discourse-cdn.com/v4/letter/d/90db22/32.png) [@Danny0123](https://forum.kirupa.com/u/Danny0123)
#### Post date: [January 30, 2010, 3:15am UTC](https://forum.kirupa.com/t/a-couple-questions/303983/1 "2010-01-30T03:15:02Z")

</div>

These are just 2 small problems I am having at the moment.

**1.** I used this code to display score. ScoreVar is the variable that counts the score, and ScoreText is a dynamic text box that displays the score. This isn’t the full code, but I think just this chunk will suffice.

```auto
onEnterFrame = function() {
var ScoreVar:Number = 0;
ScoreText = "Score: "+ScoreVar;
}

```

**2.** How can I remove each and every duplicated/attached movie clip from the screen?

Thanks! 🅱
