I am making a game, where I have the main character, a whale, trying to get to an island with a pile of fish on it. The problem is, there is a boat trying to stop you. I decided to create two sprites, the whale, going in 4 directions left and right, up and down, and the boat. The problem is, when I made it do what it needed too, the whale becomes the boat and moves in a boat way. How do I make it so the boat appears as a seperate sprite than the whale?
Offline
Grayson, we'd have to see your code to see what you did.
What scripts make the whale move? Are they connected to particular keys?
What scripts make the boat move? Are they connected to particular keys?
Are the keys for moving the boat different from the keys for moving the whale?
Offline