monoceres Posted October 9, 2008 Posted October 9, 2008 (edited) New GDI+ animation.Really happy with this one, worked out quite cool Screenshot:Download:http://monoceres.se/Uploads/Magic_Wand_Package.zip Edited October 11, 2008 by monoceres Broken link? PM me and I'll send you the file!
DexterMorgan Posted October 9, 2008 Posted October 9, 2008 I LOVE this lol its great Really good job !! code
AdmiralAlkex Posted October 9, 2008 Posted October 9, 2008 Excellent! .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
monoceres Posted October 9, 2008 Author Posted October 9, 2008 Thanks guys Broken link? PM me and I'll send you the file!
BrettF Posted October 10, 2008 Posted October 10, 2008 Very nice work! Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
WeMartiansAreFriendly Posted October 10, 2008 Posted October 10, 2008 Very nice as always. Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet()
ludocus Posted October 10, 2008 Posted October 10, 2008 omg.. so much magic in so small code.. Very good.... U are a gdiPlus Genius
Mojo Posted October 10, 2008 Posted October 10, 2008 Absolutely impressive!! THANKS for sharing! I already created a folder in my AutoIt Projects called "monoceres" which has only your stuff in it. ;-) Do you come up with those ideas yourself or have you seen it somewhere before? And why are there two .au3-files in the archive? The only real difference are two lines of code in the close function that are present in "Magic Wand.au3" but not in the other one. _GDIPlus_BrushDispose($blackbrush) _GDIPlus_BrushDispose($blacktrans) All the other differences have no impact on the script since those are differences f.e in 1 comment, and the rest is just "spaces" and empty lines f.e. once it's "@CRLF&@CRLF", while in the other file it's "@CRLF & @CRLF". You can fool some of the people all of the time, and all of the people some of the time, but you can not fool all of the people all of the time. Abraham Lincoln - http://www.ae911truth.org/ - http://www.freedocumentaries.org/
monoceres Posted October 10, 2008 Author Posted October 10, 2008 Absolutely impressive!! THANKS for sharing! I already created a folder in my AutoIt Projects called "monoceres" which has only your stuff in it. ;-)Do you come up with those ideas yourself or have you seen it somewhere before?And why are there two .au3-files in the archive?The only real difference are two lines of code in the close function that are present in "Magic Wand.au3" but not in the other one. _GDIPlus_BrushDispose($blackbrush) _GDIPlus_BrushDispose($blacktrans)All the other differences have no impact on the script since those are differences f.e in 1 comment, and the rest is just "spaces" and empty lines f.e. once it's "@CRLF&@CRLF", while in the other file it's "@CRLF & @CRLF".I'm blushing Pure imagination, but often I don't know how the animations are going to look when starting, this one for example was from the beginning just supposed to be an example of particles traveling around, but then I start to add things and, well it gets larger Some of the things happens by coincidence, for example the trail you can see on the particles are the result of me accidentally changing the alpha channel when clearing the backbuffer (everything on screen had a trail), I thought it looked cool so I fixed it so only the particles had a trail and voila!The one called Magic Wand is the latest one, the other one just happen to survive when I created the archive. Broken link? PM me and I'll send you the file!
spudw2k Posted October 10, 2008 Posted October 10, 2008 (edited) Great stuff monoceres. You never cease to amaze me. I have a feature request for you. Change direction/rotate angle of wand. edit: i dig the spread. Edited October 10, 2008 by spudw2k Spoiler Things I've Made: Always On Top Tool ◊ AU History â—ŠÂ Deck of Cards â—Š HideIt â—Š ICU â—Š Icon Freezer â—Š Ipod Ejector â—Š Junos Configuration Explorer â—Š Link Downloader â—Š MD5 Folder Enumerator â—Š PassGen â—ŠÂ Ping Tool â—Š Quick NIC â—Š Read OCR â—Š RemoteIT â—Š SchTasksGui â—Š SpyCam â—Š System Scan Report Tool â—Š System UpTime â—Š Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example â—Š CheckHover ◊ Detect SafeMode â—Š DynEnumArray â—Š GetNetStatData ◊ HashArray â—Š IsBetweenDates â—Š Local Admins â—Š Make Choice â—Š Recursive File List â—Š Remove Sizebox Style â—Š Retrieve PNPDeviceID â—Š Retrieve SysListView32 Contents â—Š Set IE Homepage â—Š Tickle Expired Password â—Š Transpose Array Projects: Drive Space Usage GUI â—ŠÂ LEDkIT â—Š Plasma_kIt â—ŠÂ Scan Engine Builder â—Š SpeeDBurner â—Š SubnetCalc Cool Stuff: AutoItObject UDF â—Š Extract Icon From Proc â—Š GuiCtrlFontRotate â—Š Hex Edit Funcs â—Š Run binary â—Š Service_UDF Â
TehWhale Posted October 10, 2008 Posted October 10, 2008 I found out by myself, since you didn't say in your thread, that if you scroll the mouse wheel, it will change the degree of angle in which it projects from
DexterMorgan Posted October 10, 2008 Posted October 10, 2008 i need a monoceres folder too The best part is that you give out all your source which makes it easier for us (nubs) to learn lol , thanks again code
TehWhale Posted October 10, 2008 Posted October 10, 2008 i need a monoceres folder too The best part is that you give out all your source which makes it easier for us (nubs) to learn lol , thanks againAnd look at all the stuff he wrote...http://www.autoitscript.com/forum/index.ph...mp;highlite=%2B
weaponx Posted October 10, 2008 Posted October 10, 2008 Very cool use of GDI, you should look here from some inspiration on your next project:http://www.levitated.net/daily/index.html
therks Posted October 11, 2008 Posted October 11, 2008 Runs pretty fast too. You know, I tried to recreate the Windows "Starfield" screensaver once with the GDI functions, but after I got a few dozen stars going it ran like a turtle. My AutoIt Stuff | My Github
madflame991 Posted October 11, 2008 Posted October 11, 2008 nice script! thx for the example; I don't know that much GDI+ but this should help me understands things Game Game Gadget! - read about indie games, gadgets, chiptunes and demoscenesAssembly-like language interpreter and custom machine emulatorSuper Mario Screen Mate - official website or autoit forum pageCogut - Puzzle Game + Editor like sokoban and others
monoceres Posted October 11, 2008 Author Posted October 11, 2008 Thanks for the comments, it really gives me a great start of the day Great stuff monoceres. You never cease to amaze me. I have a feature request for you. Change direction/rotate angle of wand. edit: i dig the spread.I had that in mind, I just need a fast way to rotate the image.I found out by myself, since you didn't say in your thread, that if you scroll the mouse wheel, it will change the degree of angle in which it projects from Try pressing 'H' to view more commands Very cool use of GDI, you should look here from some inspiration on your next project:http://www.levitated.net/daily/index.htmlWhat an awesome website!I just found my muse Runs pretty fast too. You know, I tried to recreate the Windows "Starfield" screensaver once with the GDI functions, but after I got a few dozen stars going it ran like a turtle. I'm currently translating this to C++, then you will see speed (multi-threading and everything) Broken link? PM me and I'll send you the file!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now