# Kirupa Drawing Board

**URL:** https://forum.kirupa.com/t/kirupa-drawing-board/39283
**Category:** flash
**Created:** [January 5, 2004, 8:24pm UTC](https://forum.kirupa.com/t/kirupa-drawing-board/39283 "2004-01-05T20:24:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JimmyJimmy](https://avatars.discourse-cdn.com/v4/letter/j/82dd89/32.png) [@JimmyJimmy](https://forum.kirupa.com/u/JimmyJimmy)
#### Post date: [January 5, 2004, 8:24pm UTC](https://forum.kirupa.com/t/kirupa-drawing-board/39283/1 "2004-01-05T20:24:19Z")

</div>

Hi all!  
I have created a page:  
[(here)](http://www.pyroblue.com/test/marcomm/stage.html)

As you can see, you can draw and “stuff” The draw layer is on level2. The navigation is on level3.  
SOOOO…  
To clear the drawing board the script says:

buttonErase.onPress = function(){  
\_root.line.clear();  
}

so I put:

//Clear The Drawing Board  
\_level3.mcNavigation.btnClear.onPress = function(){  
\_level2.line.clear();  
}

and wouldn’t ya know…It just isn’t working out so good 🙂  
Any advice on the boat I am missing?

(I changed the name of the erase button to “btnClear” and on stage its the Clean Up button)  
Thank you for your time and help!
