dandymcgee Posted December 9, 2006 Share Posted December 9, 2006 (edited) [sarcasm] Wow RazerM VERY impressive script! This is awesome! Keep up the great work, eventually we'll have full-blown 3D video games in AutoIt from you . [/sarcasm] EDIT: Added sarcasm tags for those of you that don't realize how impossible creating a completely 3D game in AutoIt would be . Edited December 9, 2006 by dandymcgee - Dan [Website] Link to comment Share on other sites More sharing options...
RazerM Posted December 9, 2006 Author Share Posted December 9, 2006 I doubt that, but thanks for the compliments anyway My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop. Link to comment Share on other sites More sharing options...
mmavipc2 Posted December 12, 2006 Share Posted December 12, 2006 nice Link to comment Share on other sites More sharing options...
RazerM Posted December 21, 2006 Author Share Posted December 21, 2006 If anyone was experiencing bugs with colours and gradients ive fixed it. ANother update as well. See first post My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop. Link to comment Share on other sites More sharing options...
AlmarM Posted September 15, 2007 Share Posted September 15, 2007 Uhm.... table.au3 connent4.au3 are working but i found this little errer:P in connect 4.au3 there is: $timerLabel = GUICtrlCreateLabel("Closing in 5.0 seconds", 5, 85, ) @RazerM/Fanta Nice game Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes. Link to comment Share on other sites More sharing options...
RazerM Posted September 15, 2007 Author Share Posted September 15, 2007 Fixed My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop. Link to comment Share on other sites More sharing options...
CodyBarrett Posted December 22, 2008 Share Posted December 22, 2008 Error occurred >"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\My Downloads\connect4.au3" C:\My Downloads\table.au3 (31) : ==> Variable used without being declared.: If $_border > 0 then GUICtrlSetStyle(-1,$SS_BLACKFRAME) If $_border > 0 then GUICtrlSetStyle(-1,^ ERROR >Exit code: 1 Time: 0.208 thats what i got anyway hope you fix it i really wanna play [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size] Link to comment Share on other sites More sharing options...
Prashant Posted August 14, 2009 Share Posted August 14, 2009 What kind of Script did you make..Seems like fun but it didnt work.. Im srry to report that in middle of praising from everyone .. Forgive me.. >_< TY! Link to comment Share on other sites More sharing options...
KalarAzar Posted May 4, 2012 Share Posted May 4, 2012 To everyone coming at this after all the comments of thanks. Any errors regarding variables not being declared can usually be resolved by adding the correct includes into the coding. In this case the missing includes are: #include <StaticConstants.au3> #include <GuiButton.au3> #include <GuiEdit.au3> So, the includes at the top should read: #include <GUIConstants.au3> #include <table.au3> #include <string.au3> #include <StaticConstants.au3> #include <GuiButton.au3> #include <GuiEdit.au3> Good luck and enjoy!! Link to comment Share on other sites More sharing options...
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