Messages after Compiling

Receiving Messages after Compiling

Hi Sam80,

You placed the code immediately after the function declaration and not within the scope of the function (iow. Not in between the curly brackets. It should also be after the super function call ). Thus the code you pasted is invalid.

Hope that helps,