Shides Posted February 19, 2007 Share Posted February 19, 2007 (edited) In all Example script i have this error: Unable to execute DLLCall.: DllCall($S_DLL,"long","SetSpriteSpeed","long",$S_Alias,"long",$S_SpeedX,"long",$S_SpeedY) EDIT: i have Autoit 3.2.2.0 Edited February 19, 2007 by Shides I'm a Italian a AutoIterMy scriptTxTediTor -->TxTediTor is a simple program similar notepad[center]Please vote me with five star ;)Antonio Caragliano for Nokia Nseries[/center] Link to comment Share on other sites More sharing options...
Lakes Posted February 19, 2007 Share Posted February 19, 2007 Sure you have the latest Dll and its in the Windows/system32 folder? Either in there or in the same folder as the script. Still working on Breakout Jan!, like you have had not much time, but still doing a bit at it now and again. 2015 - Still no flying cars, instead blankets with sleeves. Link to comment Share on other sites More sharing options...
jpam Posted February 19, 2007 Author Share Posted February 19, 2007 Demos online ! All in 1 zipfile Downloadlink @ post 1 you need the last prospeed.udf (19-02-2007) ,download @ post 1 jpam Link to comment Share on other sites More sharing options...
Shides Posted February 19, 2007 Share Posted February 19, 2007 ok prospeed.dll in windows/system32, but prospeed.udf where? I'm a Italian a AutoIterMy scriptTxTediTor -->TxTediTor is a simple program similar notepad[center]Please vote me with five star ;)Antonio Caragliano for Nokia Nseries[/center] Link to comment Share on other sites More sharing options...
jpam Posted February 19, 2007 Author Share Posted February 19, 2007 mybe @ post 1 ? Link to comment Share on other sites More sharing options...
Apzo Posted February 20, 2007 Share Posted February 20, 2007 (edited) mybe @ post 1 ? Well done, Jpam !! Now, let's code I love it You will find this link usefull, too !http://www.molotov.nu/?page=graphics Apzo. Edited February 20, 2007 by Apzo All the pop3 functions.Rsync your files on your USB key (or anywhere else) Link to comment Share on other sites More sharing options...
Will66 Posted February 20, 2007 Share Posted February 20, 2007 Well done, Jpam !!Ditto! Worx great. Link to comment Share on other sites More sharing options...
Shides Posted February 20, 2007 Share Posted February 20, 2007 (edited) i have save prospeed.au3 in \AutoIt\Include it's ok? Edited February 20, 2007 by Shides I'm a Italian a AutoIterMy scriptTxTediTor -->TxTediTor is a simple program similar notepad[center]Please vote me with five star ;)Antonio Caragliano for Nokia Nseries[/center] Link to comment Share on other sites More sharing options...
Lakes Posted February 20, 2007 Share Posted February 20, 2007 Yep, I also put a copy in the beta include folder, just to be safe.. 2015 - Still no flying cars, instead blankets with sleeves. Link to comment Share on other sites More sharing options...
Shides Posted February 20, 2007 Share Posted February 20, 2007 ok I'm a Italian a AutoIterMy scriptTxTediTor -->TxTediTor is a simple program similar notepad[center]Please vote me with five star ;)Antonio Caragliano for Nokia Nseries[/center] Link to comment Share on other sites More sharing options...
BillLuvsU Posted February 22, 2007 Share Posted February 22, 2007 (edited) Ummm, cant download cause I'm at school, but could someone tell me if the sprites have transparent regions? Cause I tried to make that several times and never got it to work. Edit: actually could someone post the source for a demo so I can read it? I just cant download archived stuff like .zips and .rars I you attach the .au3 file I would be most grateful =]]] Edited February 22, 2007 by fear1313 [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw Link to comment Share on other sites More sharing options...
Lakes Posted February 22, 2007 Share Posted February 22, 2007 (edited) Transparent region is the colour of the topleft pixel. so as long as you have a background all the same colour, then that colour becomes transparent for the sprite. Also must be saved as a GIF. Here`s one for you to play with. Edited February 22, 2007 by Lakes 2015 - Still no flying cars, instead blankets with sleeves. Link to comment Share on other sites More sharing options...
BillLuvsU Posted February 23, 2007 Share Posted February 23, 2007 Ya, darn. Dosn't help me then. Oh well, back to the drawing board =] [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted March 17, 2007 Share Posted March 17, 2007 Ya, darn. Dosn't help me then. Oh well, back to the drawing board =]very nice.. has anyone made a game with this yet? (im too lazy ) Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
Lakes Posted March 17, 2007 Share Posted March 17, 2007 Breakout just about finished, I want to tidy it up a bit, and a add some more comments, its a full working game just don`t expect anything fancy... It really needs a highscore table, and maybe a level editor, but that can be added later... 2015 - Still no flying cars, instead blankets with sleeves. Link to comment Share on other sites More sharing options...
gseller Posted March 18, 2007 Share Posted March 18, 2007 Very Nice! Link to comment Share on other sites More sharing options...
Vindicator209 Posted March 19, 2007 Share Posted March 19, 2007 ABSOLUTE GENIOUS Sorry I cant really put much more in my post. absolute. genious. [center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center] Link to comment Share on other sites More sharing options...
Lakes Posted March 23, 2007 Share Posted March 23, 2007 (edited) So here is the Breakout Game The code is fairly well commented for you to play with. Its not perfect, I`m still not 100% happy with some of the paddle/ball interactions, but I`m done with this for a while... Things that need doing: Make the ball rebound when it hits the side of a Brick Improve the paddle/ball rebounds! (It can be a bit sticky sometimes) Add a highscore. Add some powerups and downs, (you can already make the game more difficult by changing the size of the paddle) Add a level designer, rows of bricks can get pretty boring after a while... This mainly shows how to use the Prospeed UDF to write a game, the first one I`ve done from scatch.. Enjoy! P.S. You must use the Prospeed UDF in the Zip file, as it includes some extra sprite functions supplied by Mr JPam to get the game to work properly. Edited March 23, 2007 by Lakes 2015 - Still no flying cars, instead blankets with sleeves. Link to comment Share on other sites More sharing options...
cheatera Posted June 20, 2007 Share Posted June 20, 2007 OMG iTs GOOD!!! Is There A Life BEFORE Death?im stupidSaved warn logs: cheateraSmOke_N Note Added 17 January 2009 - 02:54 PM Added to warn level Posting a way to hack the registry and force sending someones desktop via TCP. Jos Note Added 25 November 2008 - 02:52 PM Added to warn level for being an impolite rookie.once a year i go bad ... what will happen in 2010??[u]Its GOOD to be BAD ... (Warlock's Succubus - World of Warcraft)[/u] Link to comment Share on other sites More sharing options...
lordofthestrings Posted June 20, 2007 Share Posted June 20, 2007 @JPAM: you have some really insane coding skillz.. I have no clue on how I would even begin something like this.. thanks for the enlightenment.. 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