* Clears all comments managed from the stage
()
| 99 | * Clears all comments managed from the stage |
| 100 | */ |
| 101 | public clear():void { |
| 102 | while(this.runline.length > 0){ |
| 103 | this.runline[0].finish(); |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Sends a comment onto the stage |