Author Topic: MATHCOMP: scary  (Read 5284 times)

0 Members and 1 Guest are viewing this topic.

Offline Paul

  • Pentium
  • *****
  • Posts: 1490
  • Karma: 47
    • View Profile
MATHCOMP: scary
« on: December 02, 2006 »
Hi,
hope its not too late.
Here is my try, it probably doesn't work on anything else than win 2k. You may get memory access violation or worse.

You need the user32.dll, KERNEL32.DLL and their .decls files.

.lib "user32.dll"
api_ShowWindow% (hwnd%, nCmdShow%) : "ShowWindow"
api_GetCursorPos% (lpPoint*) : "GetCursorPos"
api_GetActiveWindow% () : "GetActiveWindow"
api_GetAsyncKeyState% (vKey%) : "GetAsyncKeyState"
api_MessageBox% (hwnd%, lpText$, lpCaption$, wType%) : "MessageBoxA"

.lib "kernel32.dll"
api_Beep% (dwFreq%, dwDuration%) : "Beep"

Think i got it all this time

http://www.yourfilehost.com/media.php?cat=other&file=4198scary.zip

Edit: This went wrong download the new one instead.
I'm new to this sort of thing so don't expect anything too good.

Edit(again): http://www.yourfilehost.com/media.php?cat=other&file=4713scary2.zip
This one isn't scary though :(
« Last Edit: December 02, 2006 by paulgr »
I will bite you - http://s5.bitefight.se/c.php?uid=31059
Challenge Trophies Won:

Offline taj

  • Bytes hurt
  • DBF Aficionado
  • ******
  • Posts: 4810
  • Karma: 189
  • Scene there, done that.
    • View Profile
Re: MATHCOMP: scary
« Reply #1 on: December 02, 2006 »
Hia paulgr, welcome on board.
My pc tells me the zip file is invalid or corrupt...
Challenge Trophies Won:

Offline mind

  • Texture-San
  • DBF Aficionado
  • ******
  • Posts: 2324
  • Karma: 85
    • View Profile
    • boredom is a beatiful thing.
Re: MATHCOMP: scary
« Reply #2 on: December 02, 2006 »
didnt "work" on this xp machine.. it RAN, but not like it should.. it started replacing my desktop in 64x64 areas depending on my mousemovements.. some weird blueish/greenish sin/cos kinda pattern..
Challenge Trophies Won:

Offline Rbz

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 2757
  • Karma: 493
    • View Profile
    • https://www.rbraz.com/
Re: MATHCOMP: scary
« Reply #3 on: December 02, 2006 »
Hey Paul, take a look at the attached file below, I converted it to BlitzPlus, but not sure if this is the correct effect  :skint:


Oh, forgot to mention that I modified it because it isn't working here..

« Last Edit: December 02, 2006 by Rbraz »
Challenge Trophies Won:

Offline Paul

  • Pentium
  • *****
  • Posts: 1490
  • Karma: 47
    • View Profile
Re: MATHCOMP: scary
« Reply #4 on: December 02, 2006 »
The thing was that I wasn't really looking to do a good effect, i was just trying to do an effect.
I included the thing that allows you to draw outside the blitz  window if someone wanted to use it. But it doesn't seem to be stable enough.

I don't have blitzplus:(
But the effect is sort of(not exactly) what i wanted to do.
just don't use the scary.exe, use scary2.exe that's the one I'm meaning to do.
« Last Edit: December 02, 2006 by paulgr »
I will bite you - http://s5.bitefight.se/c.php?uid=31059
Challenge Trophies Won:

Offline rdc

  • Pentium
  • *****
  • Posts: 1495
  • Karma: 140
  • Yes, it is me.
    • View Profile
    • Clark Productions
Re: MATHCOMP: scary
« Reply #5 on: December 02, 2006 »
Quite interesting effect.

Offline Ghost^BHT

  • Clueless and Happy
  • ^GVY
  • Pentium
  • ******
  • Posts: 931
  • Karma: 49
  • BYTE ME!
    • View Profile
Re: MATHCOMP: scary
« Reply #6 on: December 02, 2006 »
second one looked nice - liked the colors. I always liked playing atound with these type effects

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17426
  • Karma: 499
  • evil/good
    • View Profile
    • My Homepage
Re: MATHCOMP: scary
« Reply #7 on: December 03, 2006 »
That wasn't bad at all, I liked it :) Especially the second one.
Shockwave ^ Codigos
Challenge Trophies Won:

Offline Paul

  • Pentium
  • *****
  • Posts: 1490
  • Karma: 47
    • View Profile
Re: MATHCOMP: scary
« Reply #8 on: December 03, 2006 »
Taj try downloading it again, might help.
I will bite you - http://s5.bitefight.se/c.php?uid=31059
Challenge Trophies Won:

lilw4t3rdr0p

  • Guest
Re: MATHCOMP: scary
« Reply #9 on: December 03, 2006 »
Nice! Good job!