I was just making another stage from the Nickelodeon flash game called "SpongeBob SquarePants: Reef Rumble". Just look at this!I can't do this harder on! Please tell me what to do!Just see the code, right there:Code: [Camera]startx = 0starty = 0boundleft = -15boundright = 15boundhigh = 0boundlow = 0tension = 50verticalfollow = .55floortension = 60[PlayerInfo]p1startx = -70p1starty = 0p1startz = 0p1facing = 1p2startx = 70p2starty = 0p2startz = 0p2facing = -1leftbound = -1000rightbound = 1000topbound = 0botbound = 0[Bound]screenleft = 18screenright = 18
set debug = 1. if all that orange stuff turns to pink, it means your sprite is too high and you need to move it down using fighter factory. or you could change the "start" parameter of the sprite but that always gets messed up for me so I just move the sprite instead.On a side note it looks like there's a LOT of color loss on your sprite bro. you should separate it a few times to see if that helps.