Outline ·
[ Standard ] ·
Linear+
flash expert pls come in, need sum guide
|
TSjunkieG
|
Feb 23 2006, 10:24 AM, updated 20y ago
|
|
i found this, http://www.kirupa.com/developer/flash8/vid...ngMCbuttons.htmwas wondering is there any other method similar to these? coz the one dat i found is kindda "mafan" pls help..thanx in advance
|
|
|
|
|
|
whitetower
|
Feb 23 2006, 11:08 AM
|
New Member
|
lolz.......yes it does look very mah fan.......but that's the normal way to do if you want to do animating buttons. However you don't really need to use Movieclips unless you need animation for mouse out and mouse down and stay state. If you need those 2 effects....then this is the only way....i can assure you. I can only cut short that guy's method a bit which is the changing colour part. You don't really need to convert that part to a symbol and have a tint. If you only want to have tweening colour effect you can just select the vector and choose a shape tween instead of a motion tween. sorry dude...not much short cut unless you pay some cash and get external components which does everything for you....
|
|
|
|
|
|
momochi zabuza
|
Feb 23 2006, 12:17 PM
|
|
mafan means leceh ah? i agree with whitetower.. that is the way of creating good animated button.. unless if u want to do simple.. just go into the button symbols... got 4 place rite, up over down and hit.. so at frame over.. u can just put a movie clip .. that way when u over the mouse it has an animation but not as good as movie clip button that u see.
|
|
|
|
|
|
jayhan
|
Feb 23 2006, 01:12 PM
|
7 ☆ DSLR noob
|
nonono, not really, using movie clip as button is way more easy to control
let say u hv 10 buttons in movie clip, u can put all their action script in one frame, while is 10 buttons in button symbol, huhu, have to assign one by one
yeah, is more advance to create movie clip as button
|
|
|
|
|
|
momochi zabuza
|
Feb 23 2006, 01:17 PM
|
|
agree.. in terms of scripting and accessibility and time management.. creating movie clip button seems difficult but worth it.. but for beginner... creting one by one would be a boring but easy to understand ( in my experience la ) if want more easy.. use function in frame script that the easiest way to do but yet .. maybe it's hard depend on the user.. junkieG - tryla creating movie clip button.. u'll see the differences.
|
|
|
|
|
|
whitetower
|
Feb 23 2006, 01:29 PM
|
New Member
|
anyway junkieG.....you only need to do the mah fan thing once and if you designed it properly.....it can be reused for the same thing over and over again in the future....so you need not create it every single time. in the future you can just swap the symbols and it'll work nicely.....
|
|
|
|
|
|
TSjunkieG
|
Feb 23 2006, 04:39 PM
|
|
i got 25 button here...i doubt it can be as same as dragNdrop from library style...coz i tried it and it wont work...sigh *each button is different lenght// will post it here when im done..i got like 2 hours to complete it... regards n thanx for the advice to evryone This post has been edited by junkieG: Feb 23 2006, 04:40 PM
|
|
|
|
|
|
etsuko
|
Feb 23 2006, 05:46 PM
|
Spaced out person
|
25 buttons and each different length.. 0.0 i salute..  i think the best would still be create all the 25 MCs then just place an invisible button on them with a created function for all of em in the stop(); frame.
|
|
|
|
|
|
whitetower
|
Feb 23 2006, 06:27 PM
|
New Member
|
like i said.....if u designed it to be more dynamic.....it can be modified very easily. Take for example based on the tutorial video that u've shown...and all that you wanted was to change the button text and the width....the rest remains the same, i could probably do 25 buttons in 15 minutes.
If it was more dynamic using code.....I could probably do it in 5 minutes for 25 buttons.
|
|
|
|
|
|
mclelun
|
Feb 25 2006, 12:40 AM
|
|
yes use code for it,
then pass variable like button name and link to generate the button. in this way, no need to waste time rewrite many rollover/rollout script
|
|
|
|
|
|
TSjunkieG
|
Feb 25 2006, 07:28 AM
|
|
erkkk...u guyz, it would be better if u guyz like include sum tutorial so dat not only me but everyone else too will appreciate ur kindness n'ways done the hard way hereum using table...css is under learning process... so as u can see, i want my button to stay there, but when the user click it, the table content will change meaning not the whole page... can it be done? This post has been edited by junkieG: Feb 25 2006, 07:30 AM
|
|
|
|
|
|
Klesk
|
Feb 26 2006, 01:34 AM
|
|
u should use IFRAME, set a name for it, and in your <a> tag put target as the iframe name..
|
|
|
|
|
|
earthkid
|
Feb 28 2006, 04:44 PM
|
|
ya...klesk is right..you can probably use iframes...it will only load the iframe that you hv assigned and not the whole page..but somehow..there's a flaw in iframe which if someone google or yahoo to search for ur page...probably it will only load the iframe page into the search..which will turn out to be pretty cacat...i still don't know anyway that i can get rid of it
|
|
|
|
|
|
fantagero
|
Feb 28 2006, 06:07 PM
|
|
wut frame rate u use??? IMHO u should use faster animation to smooth the blinking..  the button u wanna create maybe something like the attachment..  yes. u hav to use iframe for create web like the one u said.. msn me for more details k
button.zip ( 3.24k )
Number of downloads: 4This post has been edited by fantagero: Feb 28 2006, 06:20 PM
|
|
|
|
|
|
momochi zabuza
|
Feb 28 2006, 08:05 PM
|
|
put this script on the flash button
on(release){ getURL("whatyouwantoload.htm", "the I frame"); }
|
|
|
|
|
|
fantagero
|
Feb 28 2006, 11:04 PM
|
|
QUOTE(momochi zabuza @ Feb 28 2006, 08:05 PM) put this script on the flash button on(release){ getURL("whatyouwantoload.htm", "the I frame"); } yeah.. this should help you...
|
|
|
|
|