Alek Posted April 7, 2007 Posted April 7, 2007 (edited) now im back to this project again New Version using Prospeed: Mario.zip New Stuff: -it use's sprites -has a scroling background, lags a bit while scrolling -Jump sound effect -added a monster that patrols i could use some help with the SetBackAutoCollision() udf. it dosent work properly in my script and i dont know why, if i can get SetBackAutoCollision() i can easly add monsters, coins and other stuff. Edited July 10, 2007 by Alek [font="Impact"]Never fear, I is here.[/font]
Obi-w00t Posted April 7, 2007 Posted April 7, 2007 I just downloaded, that's a pretty good effort, seeing as AutoIt isn't designed for games at all. If you want an easier way to program games you could try Multimedia Fusion, it is object orientated with collision detection built in. I used to use it a lot before I found AutoIt
Richard Robertson Posted April 7, 2007 Posted April 7, 2007 (edited) A couple comments.It is a nice try.Your jump motion should not be the same speed the whole time. Mario should slow down while moving up and speed up while moving down.You have no animation whatsoever.I will try and check back on this when it gets better.Edit: Wow, I didn't think anyone here used MMF or any of the Clickteam products for that matter. I had MMF 1.5 (I think?) but eventually just stopped when I learned how to really code. It is a great beginner game making tool. Edited April 7, 2007 by Mr Icekirby
Obi-w00t Posted April 7, 2007 Posted April 7, 2007 Hey Alek you would need to cycle graphics (i.e. load a file for each frame) or step through the frames of a GIF file to get animation, just a thought. Icekirby: The same thing happened to me with MMF 1.5, I still use it very occasionally for quickly making GUIs and frontends, but that may stop when I get better with making GUIs in AutoIt.
sandman Posted April 7, 2007 Posted April 7, 2007 Awesome idea.. you have a very good start. [center]"Yes, [our app] runs on Windows as well as Linux, but if you had a Picasso painting, would you put it in the bathroom?" -BitchX.com (IRC client)"I would change the world, but they won't give me the source code." -Unknownsite . blog . portfolio . claimidcode.is.poetry();[/center]
WeMartiansAreFriendly Posted April 7, 2007 Posted April 7, 2007 very cool Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet()
Alek Posted April 7, 2007 Author Posted April 7, 2007 (edited) i need a bit of help, how do i make a gui with a .gif picture with transparent background?? i keep geting a white background and not transparent and im also haveing some trouble with speeding up the jump on the downfall. Edited April 7, 2007 by Alek [font="Impact"]Never fear, I is here.[/font]
BrettF Posted April 8, 2007 Posted April 8, 2007 It is pretty smooth Very nice!I like.... Hope it continues to get better 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!
rush4hire Posted April 8, 2007 Posted April 8, 2007 (edited) I made a pac-man game, and it works great, but the CPU burden is too high because there are too many sprites, but I can fix it as soon as I get time.But with Super Mario there there wouldn't be too many sprites on the screen.You see in the prospeed.au3 made by jpam, there is a scrolling background. you can control how it scrolls.At any rate, you will have to use dlls, like prospeed, to get a good effect for games with autoit.And here I will post an example mario game.Super_Mario%20World_demo.zip Edited April 8, 2007 by rush4hire Decompilable game code manager for Dark Deeds 6 for Warcraft IIIA web broadcast TiVo like thing.. (this example is for 3abn.org)Finally.. AutoIt Pac-Man Digital Hymn Player
Alek Posted April 8, 2007 Author Posted April 8, 2007 At any rate, you will have to use dlls, like prospeed, to get a good effect for games with autoit.i dont like dll's very much [font="Impact"]Never fear, I is here.[/font]
sandman Posted April 8, 2007 Posted April 8, 2007 i dont like dll's very much I'm with you on that one [center]"Yes, [our app] runs on Windows as well as Linux, but if you had a Picasso painting, would you put it in the bathroom?" -BitchX.com (IRC client)"I would change the world, but they won't give me the source code." -Unknownsite . blog . portfolio . claimidcode.is.poetry();[/center]
BrettF Posted April 8, 2007 Posted April 8, 2007 (edited) I'm with you on that one Same!Great Job on the game! again.... EDIT: I just played you update. I CANT GET THE FLOWER! just so you know Edited April 8, 2007 by bert 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 April 8, 2007 Posted April 8, 2007 i dont like dll's very much theres a udf by gafrost, you can scroll a gui.. http://www.autoitscript.com/forum/index.php?showtopic=34433 Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet()
Alek Posted July 9, 2007 Author Posted July 9, 2007 now im back to this project again need help to figure out whats wrong with the SetBackAutoCollision() udf [font="Impact"]Never fear, I is here.[/font]
McGod Posted July 9, 2007 Posted July 9, 2007 It doesnt come with any images. [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Achilles Posted July 9, 2007 Posted July 9, 2007 It doesnt come with any images.Same here, which causes it to not work at all... Just the GUI shows up My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Alek Posted July 10, 2007 Author Posted July 10, 2007 opps, forgot to add the images and sounds to the zip file , it should be fixed now [font="Impact"]Never fear, I is here.[/font]
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