Creating WinterBell Game in AS3

Hi, fellow AS3 lovers! :smiley:

I’ve been trying to follow the tutorial by <mrsunstudios> in creating a game like winter bells in AS3. The tutorials were great and everything was fine until I tried to create the scoring thing when the Bells hit the MainCharactermc. the error outputs was something like ;

TypeError: Error #1010: A term is undefined and has no properties.
at Bell/eFrame()

AND when it falls down it has another error which is ;

ReferenceError: Error #1069: Property bellHolder not found on flash.display.Stage and there is no default value.
at Bell/eFrame()

I’ll post my codes next,the codes which was in the Bell.as
I am a newbie in AS3, that’s why I tried to get my hands on as much tutorials as possible… :stuck_out_tongue: