![]() |
[solved] Help a noob at bg-dc, please - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7) +--- Forum: Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=11) +---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=14) +---- Thread: [solved] Help a noob at bg-dc, please (/showthread.php?tid=1475) |
[solved] Help a noob at bg-dc, please - Bamboori - 11-06-2008 Hi everyone! i have a (maybe noobish) problem in my bg: the pic isn't shown! ![]() here's the code: (the bg pics are 800x600) Quote:name: Hell-Brigdeplease help me... RE: Help a noob at bg-dc, please - MH-Razen - 11-06-2008 the code looks right for me, but the images itsself, you told 800x600, large images CAN create errors, I suggest you make like 80x80 images (size unimportant), name them from 0 to 3.bmp and try them out for your code, if it work you know it's because of to large images, you have to split the images into two (or more parts if you wish) parts then and copy the layers like this: layer: bg\sys\hb\1a.bmp transparency: 0 width: 0 x: 0 y: 128 loop: 800 cc: 21 c1: 5 c2: 9 layer_end layer: bg\sys\hb\1b.bmp transparency: 0 width: 0 x: 400 y: 128 loop: 800 cc: 21 c1: 5 c2: 9 layer_end RE: Help a noob at bg-dc, please - Bamboori - 11-06-2008 unfortunatelly that didn't help ![]() RE: Help a noob at bg-dc, please - Silverthorn - 11-06-2008 dunno, this might be the totally wrong idea... but.... did you try change the width-value? (all must be the same value, though, so if you change one to 500, all need to be at 500) RE: Help a noob at bg-dc, please - MH-Razen - 11-06-2008 ROFL... blue you're right, kinda... they don't have to be all the same value (basically), but in this case you set the width of your areas to 0, I think it should be 3000 or a bit less (1000-3000) if you want a bit more 3d-effect... RE: Help a noob at bg-dc, please - Bamboori - 11-06-2008 yay it helped ![]() now i just need to find the right value to fit the bg with the pic... |