Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
longer backgrounds
#1
Is it possible to make a original LF2 background longer? I mean the width,
for example set lion forest width 3200, to 10000. The background should stay the same, just longer. how to do that?
just to set width to 10000 is not enough I guess.
Reply
Thanks given by:
#2
You just have to make the width to your desirable length. Also increase the width of the layers too keeping in mind that how much you changed the total width ;)

@ v
thank you ^_^
...............
Reply
Thanks given by: Draya Vartaila
#3
A couple backgrounds have repeatable elements. This is either being done by using "loop" (which, as the tag implies, loops the bitmap every X pixels) or "rect" (which just draws a flat surface). As for other layers, you'll have to edit them manually. That is, editing the bitmap itself and/or adjusting the "width"-property.


Oh, btw, 'appy Birthday, davis60! :p
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by: Draya Vartaila , InPhiKnight
#4
(11-23-2013, 10:30 AM)Blue Phoenix Wrote:  A couple backgrounds have repeatable elements. This is either being done by using "loop" (which, as the tag implies, loops the bitmap every X pixels) or "rect" (which just draws a flat surface). As for other layers, you'll have to edit them manually. That is, editing the bitmap itself and/or adjusting the "width"-property.
You have to edit the width property on all bitmap elements as it defines parallax scrolling, which is always related to the full width of the background.

Rect elements on the other hand don't scroll at all. They are always fixed so they have no relation to the full width and thus also require no edit.
Reply
Thanks given by: Draya Vartaila




Users browsing this thread: 1 Guest(s)