Flash Help/Opinion
- Started
- Last post
- 12 Responses
- stimuli
Working on my new site at the moment and have made this test file of the navigation system:
http://www.stimuli.co.uk/fnav/
I've been learning ActionScript over the past few weeks and was thinking of animating out the menus instead of them just being replaced with the new one. Only thing is, I think I'm getting bogged down with arrays and setInterval commands. Do you think it really needs the menus to "fade out" or do you think I should carry on as is?
- unknown0
looks ok to me
- zaven0
keep it simple....
its nice like this...i like simple/clean portfolio websites..
- jg_20
yeah is nice!
- tomkat0
works.
- dstlb0
slick 'n' simple, go with it.
- 67nj0
keep it it simple, works fine for me
- unfittoprint0
nice and simple.
Oh, don't forget to clear those Intervals after the fading is done, it's more gentle on the CPU...
- stimuli0
Thanks for the feedback, you've saved me a few weeks of headaches. There's actually going to be 5 columns of menus, this was just a quick test file. The animations of the buttons will also be different, using the arrows as down-states. Hopefully I can get to work now without any more hold-ups.
- stimuli0
Just out of interest, does anyone know of any sites with a similar Flash nav system, just to compare?
- stimuli0
Or even any information on how I should approach having the buttons animated with downstates?
- unfittoprint0
you could use this for the chosen section:
mySection.onPress(){
_root.active.enabled=true
_root.active.status.gotoAndPlay...
this.enabled=false
this.status.gotoAndPlay("active...
_root.active=this
}
- Mick0
There's always later - you'll feel good if you figure it out.
go forth and add content - experiment with nav later.