Hi, i picked up C2 a few weeks ago and decided to make a mario clone for learning purposes, i don't want it to be an exact replica of the game but i certainly want it to feel like it.
As the title says, i'm struggling with coding lakitu, I figured i'd compare mario's X to lakitu's X position and that way have lakitu follow him around. The thing is that in the real game lakitu moves around quite a bit. I thought may be adding a sine behaviour to lakitu would help, but as you might know, what i did earlier cancels any possible sine movement. is there any way to have him hover above mario AND move around at the same time?
don't worry about him spawning the little spikey dudes, that's working so far