Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Clone pictures
#4
This will not work. Why? The computer doesn't give a thing about what you write in parenthesis after "file", it just checks for the row and col-values, respectively. file(x-y) just makes it easier for humans to associate the pic-numbers.
Means, you'll have to change
    DC-Code:
#this:
file(350-357): sprite\sys\po_3.bmp w: 99 h: 80 row: 8 col: 1
 
# to this:
file(350-357): sprite\sys\po_3.bmp w: 99 h: 80 row: 8 col: 1
file(358-419): sprite\sys\po_f.bmp w: 1 h: 1 row: 62 col: 1 #this line is just a placeholder for 62 images
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

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

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:


Messages In This Thread
[solved] Clone pictures - by ziom10 - 12-07-2009, 02:22 PM
RE: Clone pictures - by Alblaka - 12-07-2009, 02:26 PM
RE: Clone pictures - by ziom10 - 12-07-2009, 04:52 PM
RE: Clone pictures - by Silverthorn - 12-07-2009, 07:34 PM



Users browsing this thread: 1 Guest(s)