Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image Splitter v4
#2
Oops...a simple logical fix:

At the bottom of Sub SplitImage change this:

Code:
TotalSpritesSaved = Val(frmMain.txtStartAt.Text)

To this:

Code:
If TotalSpritesSaved  0 Then TotalSpritesSaved = Val(frmMain.txtStartAt.Text)

So people won't have to set it themselves every time they load an image.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)