Hi Everyone, new user here

I've been fooling around with Stencyl for a couple days now, and just a little while ago I updated to 2.1.0. I had been planning to tweak some elements from the RPG Town and Dialog example file to learn more about the program, but I'm running into an error:
Behavior: DialogBoxCore at line 127
Method marked override must override another method.
override public function update():void
Behavior: DialogBoxCore at line 546
Method marked override must override another method.
override public function draw(g:Graphics, x:Number, y:Number):void
I'm not sure if this is because of the update or because I accidentally changed the behavior. I uninstalled and reinstalled and am still having the same problem. Is anyone else running into this?