If I have a method for a sprite called SetColor which sets the color of the sprite, and I also need a Draw method which uses the original SetColor to set the color which the sprite's image will be drawn with to this color, how do I do that?
Can I user Super to do this? I'm not sure if Type Sprite is considered to be extending the main system or what.
I hope this is possible because it sure would be annoying to have to come up with different names just to make sure none of my methods conflict the the names of commands which already exist, when said names are the most obvious thing to call them.
[edit]
It does not appear I can use Super to do this. :-(
[/edit]
Can I user Super to do this? I'm not sure if Type Sprite is considered to be extending the main system or what.
I hope this is possible because it sure would be annoying to have to come up with different names just to make sure none of my methods conflict the the names of commands which already exist, when said names are the most obvious thing to call them.
[edit]
It does not appear I can use Super to do this. :-(
[/edit]