Some issues:
* first codeset
(1) Line 1 calls the 'getValue' method; please show the method in its entirety;
(2) Line 3 declares an 'addedToWorld2' method; if this method is to be called automatically when the actor is added to the world, then it MUST be named 'addedToWorld' (without the '2');
(3) Line 6 and lines 8 through 15 deal with an unused/unsaved 'image3' image; it will not exist once the method is completed;
* second codeset
(1) Line 1 refers to 'ap3', show how you define and set its value;
(2) Line 3 -- 'final' ??? nvm

