parallax floor not showing on my mugen stage. Can anyone care to help me on how to make the floor show up. I try so many ways and I cant get it to show up Here the link to the stage and sprite along with def file and ssfhttp://www.sendspace.com/file/g2em2aand here the picture too see for your self
It's the sff file. The 3,0 layer wasn't showing up with any parallax coding so I opened up the sprite file and resaved it in fighter factory as a 1.0 sff and now it shows up.
Caddie said, March 23, 2014, 05:50:30 pmIt's the sff file. The 3,0 layer wasn't showing up with any parallax coding so I opened up the sprite file and resaved it in fighter factory as a 1.0 sff and now it shows up.this is my first time trying to learn how to do parallax but I don't know what to do. love to hear how you manage to make it show up :O just in case if anyone including you caddie having trouble getting it from send space here the link from mediafire : http://www.mediafire.com/download/7snn7xtnwjmwbnt/LT+STAGE.rar
Like I said, open the sff file in fighters factory and save it as a 1.0 sff file. That fixed the problem.
Caddie said, March 24, 2014, 04:12:33 amLike I said, open the sff file in fighters factory and save it as a 1.0 sff file. That fixed the problem.I have done that and still wont show up for some odd reason. as you told me to save as mugen 1.0 .ssf and still getting the same result the floor not showing up
Oh sorry, forgot to tell you about the rest of the fix. My bad!Remove the width parameter. Add in an xscale one. So that it looks like this.[BG Floor]type = parallaxspriteno = 3,0start = 0,0delta = (number),1xscale = 1,(number)mask = 1Oh and remove the yscale stuff too unless you wanna have vertical parallax. I assume you just wanna use horizontal.