Author Topic: Help: Screenshotting program ends up screensh*tting  (Read 7129 times)

0 Members and 1 Guest are viewing this topic.

Offline kindermoumoute

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 836
  • Rating: +54/-3
    • View Profile
Re: Help: Screenshotting program ends up screensh*tting
« Reply #15 on: May 22, 2010, 09:15:05 am »
DJ Omnimaga finally found a solution that is:

Code: [Select]
.SCRNSHOT
"vPIC"->Str1
StoreGDB
GetCalc(Str1,768)->A
Return!If
conj(L6,A,768)


Code: [Select]
.SCRNVIEW
"vPIC"->Str1
Unarchive Str1
Return!If GetCalc(Str1)->A
A->DispGraph


Projects :

Worms armageddon z80 :
- smoothscrolling Pixelmapping : 100%
- Map editor : 80%
- Game System : 0%

Tutoriel français sur l'Axe Parser
- 1ère partie : en ligne.
- 2ème partie : en ligne.
- 3ème partie : en ligne.
- 4ème partie : 10%
- Annexe : 100%

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Help: Screenshotting program ends up screensh*tting
« Reply #16 on: May 22, 2010, 12:30:21 pm »
Yea, I'm glad it works. :D It's too bad there are some pretty bad errors, though...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Help: Screenshotting program ends up screensh*tting
« Reply #17 on: May 22, 2010, 05:44:07 pm »
yeah now my prog seems to work fine. I hope it cannot cause bad errors. I'm not sure why it stopped working in the first place considering my code was practically the same. I guess my RAM really got corrupted or something x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)