Computer Science Canada Character |
Author: | Raku [ Fri Feb 23, 2007 8:18 pm ] |
Post subject: | Character |
Ok, so I'm just fooling around editing a script from a game called Missiles, made by Holt. But The character you are is drawn as a Star, but I want to edit it so I can use a little sprite for the character instead. How would I go about doing this? O.o |
Author: | Cervantes [ Sat Feb 24, 2007 12:37 am ] |
Post subject: | RE:Character |
You would look through the code for the game and figure out where the star is drawn. (Try doing a Edit -> Find for "star".) Then replace that line with a Pic.Draw. It's as easy as that. |