Dark Bit Factory & Gravity
GENERAL => Challenges & Competitions => Topic started 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 :(
-
Hia paulgr, welcome on board.
My pc tells me the zip file is invalid or corrupt...
-
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..
-
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..
-
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.
-
Quite interesting effect.
-
second one looked nice - liked the colors. I always liked playing atound with these type effects
-
That wasn't bad at all, I liked it :) Especially the second one.
-
Taj try downloading it again, might help.
-
Nice! Good job!