# ReferenceError: Error #1070: Method addchild not found on flash.display.MovieClip

**URL:** https://forum.kirupa.com/t/referenceerror-error-1070-method-addchild-not-found-on-flash-display-movieclip/315637
**Category:** flash
**Created:** [October 31, 2010, 4:19am UTC](https://forum.kirupa.com/t/referenceerror-error-1070-method-addchild-not-found-on-flash-display-movieclip/315637 "2010-10-31T04:19:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ayumilove](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ayumilove/32/2532_2.png) [@ayumilove](https://forum.kirupa.com/u/ayumilove)
#### Post date: [October 31, 2010, 4:19am UTC](https://forum.kirupa.com/t/referenceerror-error-1070-method-addchild-not-found-on-flash-display-movieclip/315637/1 "2010-10-31T04:19:17Z")

</div>

I typed this into my adobe flash ide

```php

var bitmapData:BitmapData = new BitmapData(100,100);
var bitmap:Bitmap = new Bitmap(bitmapData);
super.addchild(bitmap);

```

and compile it, the error pop up like the above (in the title)  
**[COLOR=“Red”]ReferenceError: Error #1070: Method addchild not found on flash.display.MovieClip[/COLOR]**

I don’t understand, could someone point out what is the error in my code? :puzzle:
