Mystic Software Forums
Mystic Software => General Discussion => Topic started by: dooms102 on July 17, 2007, 08:32:27 PM
-
well I have most of the storyline worked out already and graphics, systems, players and so on are coming along great. well here's the first rendering of my custom menu system. I think it looks pretty good, and it starts extremely fast thanks to leen programming and also I am using a line of coding for the cursor instead of using the cmap!=createcursormap() and what not. also... I am inbareced to ask this because I am experienced in programming. but... inorder to count the steps I used a program:
while(0==0)
{
sp!=sp!-1
steps!=steps!+1
}
sp! is the stamina and steps! is of course the steps. I put this in place of the custom battle system and checked "Planned" and put in the value 1.
so please help becuase my menu keeps showing 0 as you can see, and the variables are the same. also the stamina wont go down... Sad
-
I can't see the picture all it says is "You do not have the required permissions to view the files attached to this post".
-
Hmmm, interesting. Permissions to download attachments were switched off. Does it work now?
Dooms: Looking good!
-
Ah I see. I'm sorry, but I don't know what's wrong. Probably some math error I don't know.
But yeah, it looks good, but I don't like the character sprite, it looks obviously stretched.
-
yeah I know... It's becuase I got the sprite from "chars-profect EX" or whatever... If I had the time I would make my own.
maybe after further progress.
Thanx Guys!
-
Yeah, that is pretty nifty... I like the layout you have with the menu to the right. Nice.
Also, do you have your stamina recharge after a short period of time? It might be that it's recharging so fast that you can't see if it goes down or not. If that's the case, you may want to fix the said time for when your stamina recharges.
-
There isn't a stamina recharge right now, and I don't know why it's not working.