RE: Flash help and tutorials, checked daily (Full Version)

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



Message


Killer Pup -> RE: Flash help and tutorials, checked daily (2/8/2006 0:41:10)

Heh wow it worked! Now... how i can fix the part about the hp *doesent show life* and my attack thing *shows win part, lose part, and all my other pieces on the screen*.



EDIT: Heres my example... http://img54.imageshack.us/my.php?image=sbattletest6ao.swf

Tell me how to fix some of those, please :p




lil boi blue -> RE: Flash help and tutorials, checked daily (2/8/2006 0:53:10)

make a dynamic text then down in the properties tab give it the var: HP and put the text above the good guy, with nothing inside it
do the same thing except for name the var: enemyHP




Dragoneill -> RE: Flash help and tutorials, checked daily (2/8/2006 17:54:46)

what is _root

what does it do?




flsg -> RE: Flash help and tutorials, checked daily (2/8/2006 18:30:40)

_root is a global reference of Stage, the main movie
every MC, BT and Graphics are _root's Object properties
that's why we can access a mc in this way:
quote:

_root.myMC_1.myMC2

it's like accessing an object's properties:
quote:

myObj.myProp

but you can also create your own Stage reference by using the var statement(declare a variable):
quote:

var yourReferenceName=_root

or if you need this for your entire movie:
quote:

_global.yourReferenceName=_root

then use it in this way:
quote:

_globa.yourReferenceName.myMC_1.myMC_2




sayfer -> RE: Flash help and tutorials, checked daily (2/8/2006 20:29:07)

it said in the first post to say if you own/use flash mx2004 so yah...i have it.




da nite slaya -> RE: Flash help and tutorials, checked daily (2/8/2006 21:33:09)

I made a game... il have it here when it uploads[8|]

EDIT: here it is:
http://img331.imageshack.us/my.php?image=cyow9ik.swf




flsg -> RE: Flash help and tutorials, checked daily (2/8/2006 21:40:40)

da nite slaya: I can't see your game




da nite slaya -> RE: Flash help and tutorials, checked daily (2/8/2006 22:16:03)

oh ya... about dat how do i save as .SWF without corrupting the file?




lil boi blue -> RE: Flash help and tutorials, checked daily (2/8/2006 22:21:31)

just publish it in the file menu, you can adjust the publish settings if you want




da nite slaya -> RE: Flash help and tutorials, checked daily (2/8/2006 22:32:05)

Oh... Here[:D]:

http://img153.imageshack.us/my.php?image=createyourownweapon4dy.swf




DoodMan -> RE: Flash help and tutorials, checked daily (2/9/2006 13:25:09)

Well then, first things first... I am a TOTAL FLASH NOOB!

A little less than a year ago I had Flash MX. I played around with Flash for TWO DAYS and totally bypassed any and all tutorials.

I made this movie: http://i20.photobucket.com/albums/b222/KennyRawks/RawkMovie.swf
Which is TOTALLY pointless and makes NO SENSE, but I still like it.

And this movie which I am very proud of despite the fact that it is insanely simple: http://i20.photobucket.com/albums/b222/KennyRawks/Rawk.swf

After that I pretty much stopped using Flash and then my computer died. After getting a new computer I have acquired Flash 8 and require assistance from the FlashMasters.

Here is what I'm trying to do:
Someone made a Flash movie and sent me the .fla file. I increased the overall speed of the movie by increasing the framerate. How do I increase the speed of a certain section of the movie? Is there a way I can just highlight the certain section and increase the speed? Or is it really complicated and I have no hope?

After my year of absence from Flash I have forgotten 99.9% of what I knew, so feel free to slap me with a skinned trout and call me a Flash noob.
Thanks in advance for any help.




flsg -> RE: Flash help and tutorials, checked daily (2/9/2006 17:10:14)

DoodMan: did you make this movie(the first one) one year ago?




Dragoneill -> RE: Flash help and tutorials, checked daily (2/9/2006 17:27:48)

Lol lets just face it, im not the right guy for actionscript lol. I think im gonna stick with animations cus im lost lol.

but i got a Q:

How do u make an animation that loops itself but only uses one frame?




Zoltan -> RE: Flash help and tutorials, checked daily (2/9/2006 21:53:42)

Dragoneill Create an image and turn it into a movieclip then double click on it and make your animaton there.




DoodMan -> RE: Flash help and tutorials, checked daily (2/10/2006 17:25:25)

quote:

ORIGINAL: flsg

DoodMan: did you make this movie(the first one) one year ago?


Yes, I just got Flash and tinkered with it for two days without even reading any tutorials, it was all trial and error. That was what came to be on the second day.




lil boi blue -> RE: Flash help and tutorials, checked daily (2/10/2006 17:57:57)

w00t i got my flash 8 bible now, mwhahahaa...., beware the upcomming phenomanons that will strike you




VampireHSS -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 18:05:02)

I'm looking for a tutor to start making my first flash game, can you help?




flsg -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 18:31:38)

lil boi blue: flash 8 bible? Is that a book?
VampireHSS: what kind of tutorials? AS? Or graphics?




VampireHSS -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 18:34:53)

More AS, but I would also love to learn some graphic making.




lil boi blue -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 18:38:50)

yeah its a book and its ginormous, 1243 pages, i'll be reading for awhile...




da nite slaya -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 19:33:55)

um... how do u program a button's function?




lil boi blue -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 19:51:40)

quote:

how do i make a button?

1)open a flash document
2) create a circle
3)right click on the circle
4) at the bottom look for 'convert to symbol' and click it
5) click the bubble for button and press ok

how do i put it to action?

PRE)make a button
1)on the bottom of the screen there are 3 bars, one of them says actions, open it up by pressing the triangle next to it
2)leftclick on the circle if you had not done so so that the title of the action bar says 'action - button'
3) now type exactly this in the given small white box where you can type:
on(release){gotoAndPlay(2);}

translation: 'on(release)' when you let go of the button '{gotoAndPlay(2);}' go to and play frame 2
you may change the frame to whatever you want

4)click on frame 1 in timeline
5)action tab should say action - frame
6) simply say:
{stop();}
dont put anything inbetween the parenthasis
translation: '{stop();}' stop this frame from playing


look on the front page first




VampireHSS -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 19:54:28)

quote:

ORIGINAL: VampireHSS

I'm looking for a tutor to start making my first flash game, can you help?

More AS, but I would also love to learn some graphic making.




chaos dragon rider -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 20:00:47)

this is really helpful thank you for posting it




Dragoneill -> RE: Flash help and tutorials, come here to share your wisdom or ask questions (2/10/2006 20:29:13)


quote:

ORIGINAL: lil boi blue

yeah its a book and its ginormous, 1243 pages, i'll be reading for awhile...



holy crap now u'll be an expert. Is it only for flash 8 or do they have 1 for mx too?




Page: <<   < prev  15 16 [17] 18 19   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition
0.125