flash actionscript:
Hi.Flash MX user.
I'm to design a logo for a company and I really need help.
I have a logo(movie clip) which I want to turn,but when you move your mouse over it.When you do that, it will turn once (one 360") and it'll stop after that.During this rotation if you move your mouse over it I want nothing happens until this rotation(one 360") become complete.I use this for btn(button) which is invisible on the logo.
(we give it to a frame)(mc=movie Clip)(2 is the number of frame)
btn1.onRollOver=function(){
_root.mc1.mc2.gotoAndPlay(2);
And this for mc(Movie Clip) to disable event till the rotation gets complete:
_root.btn1.onRollOver=null
but for after the rotation becomes complete I want to disable this
for the next rollover.How do you disable _root.btn1.onRollOver=null
? I need something like:
_root.btn1.onRollOver= not null
or _root.btn1.onRollOver=! null
but we don't have such thing here in actionscript.Could you write
something which can disable _root.btn1.onRollOver=null ?
You can download the source file from:
(istead of click, copy and paste it in your browser)
http://www.geocities.com/rezasaheban/for_email_test2.zip and if you find it easy you can fix it and sent it to
rezasaheban@yahoo.com
Thank you very much.
please if you send anything save it as Flash MX not 2004
I don't have 2004 right now.
(this logo is simplified for you)
Regards
Reza