The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 1:58 am

Forum rules


IMPORTANT

This Forum is for Flash related questions ONLY! Do not ask questions about spriting, Game Maker, Photoshop, or anything else not related to Flash.



 [ 2 posts ] 
[Question] FS Meter? 
Author Message

Joined: Wed Jan 05, 2011 10:40 am
Posts: 14
Gender: Male
Currently Playing: Trying to make my own games and SSF2
I'm trying to make a game like SSB on Macromedia Flash Pro 8 and I don't know how to make character activate FS. I tried a FS meter that increases by 1 each time player gets hit and when it reaches 50 player is able to use FS. But FS meter drops to minus and game enables the player to use FS again. Also, player can use FS without meter needing to reach 50. Can you help me or give me a code? :sweat:


Mon Dec 05, 2011 2:53 am
Site Moderator
User avatar

Joined: Fri May 22, 2009 3:44 pm
Posts: 4156
Location: saying things with posed looks
Gender: Anime Girl
Skype: Snail's Legacy
Currently Playing: umib and unib
Waifu: SNAIL
*sigh*

I remember this. This was me a couple years back. I thought it was that easy too, friend.

Im not supposed to be using AS2 cause im learning AS3 still But, if you're determined...


you'd have to make ALOT of variables in order to make a game that works. like:

"player1.fs.amount" or "player1.defense" - its hard to explain without making a detailed tut. Im too tired for that right now :-_-:

but for the fs meter,

Code:
if (player1.fs.amount<50) {
canFS == false;
}
if (player1.fs.amount>49) {
canFS == true;
}


im sorry.this is all i could do. i had a long day. im gonna sleep now. :ko:

_________________
Image

Image Image Image

early 2k nostalgia mode


Tue Dec 13, 2011 10:35 pm
Display posts from previous:  Sort by  
 [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.