joanne_wm wrote...
Since I wanted to make the characters eat "SuperCandy.class", I entered the code into every single character
< Code Omitted >
Yep, and some of the characters say that they can't find the symbol.So regarding the code you gave me above
< Code Omitted >
so i know where the problem is, and it says that the size given does not match with the size in the actor. I tried solving it by changing the numbers in the code above, but if I want to resize it, which row below is the one to change?
< Code Omitted >
The images of the Selector objects are just resized copies of the images of the actors. They do not have to be the same size. When you say 'it says that the size given does not match with the size in the actor', what is telling you that? exactly (copy/paste) what message were you getting?
one more thing
I will need to see your L4_SpaceWorld code to see how you were using the 'int' value that was previously being brought in by the selection process to determine how to implement the actual actor being brought in.