Dark Bit Factory & Gravity

GENERAL => Challenges & Competitions => Topic started by: Paul on December 02, 2006

Title: MATHCOMP: scary
Post by: Paul 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 :(
Title: Re: MATHCOMP: scary
Post by: taj on December 02, 2006
Hia paulgr, welcome on board.
My pc tells me the zip file is invalid or corrupt...
Title: Re: MATHCOMP: scary
Post by: mind 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..
Title: Re: MATHCOMP: scary
Post by: Rbz 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..

Title: Re: MATHCOMP: scary
Post by: Paul 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.
Title: Re: MATHCOMP: scary
Post by: rdc on December 02, 2006
Quite interesting effect.
Title: Re: MATHCOMP: scary
Post by: Ghost^BHT on December 02, 2006
second one looked nice - liked the colors. I always liked playing atound with these type effects
Title: Re: MATHCOMP: scary
Post by: Shockwave on December 03, 2006
That wasn't bad at all, I liked it :) Especially the second one.
Title: Re: MATHCOMP: scary
Post by: Paul on December 03, 2006
Taj try downloading it again, might help.
Title: Re: MATHCOMP: scary
Post by: lilw4t3rdr0p on December 03, 2006
Nice! Good job!