
-----------------------------------
jamonathin
Thu Mar 10, 2005 3:26 pm

Box Map Maker
-----------------------------------
here's my attempt at a map maker... the program only goes for so long, and it will automatically end and save, so here it is.

p.s. I'm leaving to South Africa so I wont be back untill the 23rd..  :D

-----------------------------------
Tony
Thu Mar 10, 2005 3:30 pm


-----------------------------------
exit when count >= 150 ?

What is this -- a trial version? :lol:

-----------------------------------
jamonathin
Thu Mar 10, 2005 3:37 pm


-----------------------------------
lol, YES IT IS!...lol  no what it is, is change the exit when count >=150, and the program will crash, somethin to do with the Pic.New command  :?, goes up to i think 172 New Pics....

-----------------------------------
Tony
Thu Mar 10, 2005 4:03 pm


-----------------------------------
you need to free those pictures first. something like

Pic.Free(pic (upper (pic)))
pic (upper (pic)) := Pic.New (a, b, c, d)

Where the first line drops the picture ID that will be overwriten anyways.

-----------------------------------
jamonathin
Wed Mar 23, 2005 6:34 am


-----------------------------------
o ok, thx tony  :)
