Click here to join us on IRC (#charas on irc.freenode.net)!
Ill do that after school tommorow. I gotta hit the hay.
Ok, I didn't read the first two pages, but judging by Gem's helpful help you havn't been helped yet.Making a crosshair is pretty easy. There are two main ways you can do it.The first, and recommended, is with pictures. Pictures allow less error and move/flow better, BUT they will automatically be shown above everything except battleanimations... which is something you might not like.To use pictures, you need to know how to use the "Show Picture" command, as well as how to use X and Y screen cords. If you don't already know how to use them, then you should just quit this idea because you are going to need to know how to use them to make a HUD anyways...So, set the target's X and Y screen cords to your hero's X and Y screen cords. Also, to center the crosshair correctly, I think you want to subtract 8 from the x screen cord, because your character isn't actually centered correctly on the 20 horizontal tiles. Next, run a check on which way your hero is facing, and add/subtract from the varibles as fit. Tiles run in a series of 16 pixels wide/high, so for each tile over you want your crosshair, it should be moved by 16 pixels. Thus meaning, if your hero is facing left and your weapon has a range of three tiles, your cross hair's x should be: 56 less than your hero's x (16 times 3 plus the initial subtraction of 8 x) . If your hero is facing up, then your cross hair's x should be 8 less than your hero's x, and your cross hair's y should be 48 less than your hero's y.If this isn't a good enough explaination, or if you want the other way explained... which isn't recommended because it takes more work, is slower, and laggy, then just ask.EDIT - haha, just read the first page. Man you suck. "plz make my game for me plz plz" hahahahahaha.Rule of thumb for game making is that if you don't know how to make the system yourself, the game will fail. You should go find an rpg maker game with an ABS already in it and look over the code, see what was done to make it, etc. You won't learn your way around the maker without experimenting, and what better to experiment on than someone else's completed project? Just... you know... don't change the coding then call it your own or somethig.
No, I just wanted really just how to make a crosshair, the ABS however I can fend for myself, but to make things easier on me, I've decided to just remove the crosshair, it would be hard to see anyway.To Gem:Abooout that...heh funny story, apparently bullets are supposed to be aligned with the charset right?You don't know how screwed up my charset looks now.