RE: Flash Q&A Thread 4 (Full Version)

All Forums >> [Gaming Community] >> [Legends and Lore] >> Artists of Legend >> Art Academy



Message


ll_BLACKPANTHER_ll -> RE: Flash Q&A Thread 4 (12/4/2007 23:55:43)

Thanks.

Got another question: How do I make a button so that when I press it a character is animated. Just like the "attack" buttons on all AQ games. When you press it your character attacks..

Please and thank you!




Darklord517 -> RE: Flash Q&A Thread 4 (12/5/2007 12:32:02)

iHeavily doubt this will work but try:

on(release){
_root.gotoAndPlay() //Enter the frames in between the brackets i guess.
}




flsg -> RE: Flash Q&A Thread 4 (12/5/2007 22:17:50)

Comrad D: XD. You don't even know where is his player mc, so how is playing the main movie going to work?
but, yeah, change the _root in the code to your player mc's path. I'm too tired to tell you a better way of doing this, no one listens anyway lol




ll_BLACKPANTHER_ll -> RE: Flash Q&A Thread 4 (12/5/2007 22:35:17)

I'm really, really new to actionscripting..So i don't know what either of you is talking about. Thanks tho.




Darklord517 -> RE: Flash Q&A Thread 4 (12/6/2007 1:42:29)

Lol i knew there was something to do with the MC in the code. Meh.




ll_BLACKPANTHER_ll -> RE: Flash Q&A Thread 4 (12/7/2007 22:23:24)

Anyone else have a suggestion?

http://img466.imageshack.us/img466/1250/lasermqswordoa5.swf




Burning Raven -> RE: Flash Q&A Thread 4 (12/7/2007 23:18:33)

nice looking weapon! :P
hmmm are you trying to have it so the laisah come out when you press the button?
if so just select the frame with no laisah and open the actions window and insert the script

stop();

then select the last frame of the animation and do the same (to make the sword stay there :P)
now select the button and open up the actions window and type

on(releace){
gotoAndPlay(*whatever frame number the animation starts on)
};

thats the simplest method I dont use it much anymore but its easy :P
~Raven




ll_BLACKPANTHER_ll -> RE: Flash Q&A Thread 4 (12/8/2007 6:04:33)

Thanks, I'll try it :D




Dragonlord Razielle -> RE: Flash Q&A Thread 4 (12/8/2007 6:16:35)

Hi how do i use a Flash animation as a sig? i have tried and it never works, the animation is within the 500/100 limit

it is really confusing me[&:]

Razielle




Darklord517 -> RE: Flash Q&A Thread 4 (12/8/2007 8:15:04)

I suggest converting it into a Gif.

Then download:

http://www.whitsoftdev.com/unfreez/

This is a helpful tool that takes all of the Gif. Files that you insert into it and makes them animated. Then all you do is upload it to imageshack.

Thats what i used to do.




SirSchmoopy -> RE: Flash Q&A Thread 4 (12/8/2007 8:58:17)

cann any1 help me understand how they made the movement in this game?
http://www.addictinggames.com/rockbandrampage.html




flsg -> RE: Flash Q&A Thread 4 (12/8/2007 9:59:05)

SirSchmoopy: what movement?




SirSchmoopy -> RE: Flash Q&A Thread 4 (12/8/2007 15:25:09)


quote:

ORIGINAL: flsg

SirSchmoopy: what movement?

the 3-d ish movement, were the background moves too




biG frend -> RE: Flash Q&A Thread 4 (12/8/2007 20:34:23)

Alright, I'm working on a battle sys, Got most of it working properly but the MP, I can't find a way so that if you don't have any MP you can't do anything. Basically when you don't have the Required MP to cast a Certain spell the Button Disappears.

if (_root.MP <= -0) {
{_root.Thunder._visible='false';}
}

I Tried using that but It won't seem to work, Someone help please!




SirSchmoopy -> RE: Flash Q&A Thread 4 (12/9/2007 8:59:01)


quote:

ORIGINAL: biG frend

Alright, I'm working on a battle sys, Got most of it working properly but the MP, I can't find a way so that if you don't have any MP you can't do anything. Basically when you don't have the Required MP to cast a Certain spell the Button Disappears.

if (_root.MP <= -0) {
{_root.Thunder._visible='false';}
}

I Tried using that but It won't seem to work, Someone help please!

I might be able to help, try this, i dont know if itll work, but maybe:
if (_root.MP <= -0) {
{_root.Thunder._alpha=0;}
}




flsg -> RE: Flash Q&A Thread 4 (12/9/2007 12:44:15)

biG frend: you really need to check to documentations, even though no one here does
the _visible preperty takes a boolean value, not a string value
_root.Thunder._visible=false
second, there's no such thing as -0.

SirSchmoopy: sorry but that doesn't help at all lol. If you set the alpha to zero you simply don't see the button. but you can still click it




biG frend -> RE: Flash Q&A Thread 4 (12/9/2007 15:48:13)

Thanks Flsg.
New question.

How do i make it so when my Character goes to the edge of the Flash screen the map scrolls and you see more of the map?
my friend told me too google Vcam but it wasnt much help. Can anyone aid me?




Taerzik -> RE: Flash Q&A Thread 4 (12/10/2007 6:33:54)

... I ... is ... tired ... of wrestling with my comp. Ok, it's Flash, SFS and my Apache server that I'm irritated with. Basically, I can get my Flash file to reach my server if I launch it manually but not if I route through my website. (I'm hosting both at the moment) Ah well, work on it tomorrow, right after the truck is fixed.




TreadLight -> RE: Flash Q&A Thread 4 (12/10/2007 15:23:16)

Is there a possible way to edit Bitmap pictures on flash? How?

I have no editting software besides flash (but I do have basic PC computer components [besides MSPaint]).

And please, please do not recommend just getting a new editting software, I cannot download more than this.




SirSchmoopy -> RE: Flash Q&A Thread 4 (12/10/2007 17:39:44)


quote:

ORIGINAL: flsg

biG frend: you really need to check to documentations, even though no one here does
the _visible preperty takes a boolean value, not a string value
_root.Thunder._visible=false
second, there's no such thing as -0.

SirSchmoopy: sorry but that doesn't help at all lol. If you set the alpha to zero you simply don't see the button. but you can still click it

i said it MIGHT work lol




flsg -> RE: Flash Q&A Thread 4 (12/10/2007 18:46:21)


quote:

ORIGINAL: TreadLight

Is there a possible way to edit Bitmap pictures on flash? How?

I have no editting software besides flash (but I do have basic PC computer components [besides MSPaint]).

And please, please do not recommend just getting a new editting software, I cannot download more than this.

select the image, then press ctrl+b
or you could use modify-bitmap to render(not sure about the name, but it should be something like that)




TreadLight -> RE: Flash Q&A Thread 4 (12/10/2007 20:28:32)

Okay, thank you for the help, flsg.




ll_BLACKPANTHER_ll -> RE: Flash Q&A Thread 4 (12/12/2007 19:40:19)

I can't seem to get the shape tween to work inside a symbol layer. Am I doing something wrong or is it just not possible?




flsg -> RE: Flash Q&A Thread 4 (12/12/2007 20:35:22)

ll_BLACKPANTHER_ll: can you be more specific please?




ll_BLACKPANTHER_ll -> RE: Flash Q&A Thread 4 (12/12/2007 21:35:42)

It's okay, i figured it out. But i got another question tho.

is it possible to apply shape tween on objects at all? (Graphic, Movie Clip, Buttons)




Page: <<   < prev  17 18 [19] 20 21   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition
0.09375