Anction scripts problems

the scripts seems can’t work on alpha .


onClipEvent (load) {
	anaus = 0;
}
onClipEvent (enterFrame) {
	_x = _x+_xmouse/5;
	if (anaus == 1) {
		if (_alpha<100) {
			_alpha = _alpha+10;
		}
		if (_alpha == 100) {
			_alpha = 90;
		}
	} else {
		if (_alpha>0) {
			_alpha = _alpha-10;
		}
	}
}

onClipEvent (load) {
	anaus = 0;
}
onClipEvent (enterFrame) {
	_x = _x+_xmouse/5;
	if (anaus == 1) {
		if (_alpha<90) {
			_alpha += 10;
		}		
	} else {
		if (_alpha>0) {
			_alpha += 10;
		}
	}
}

that should work.

where in NY are you from?

Thnx your scripts, but it still doesn’t wor, the dynamic text
did not shown any alpha properties.

I am from Buffalo, hello~

oh its dynamic text… you can’t do alpha fades with dynamic text like that. you have to embed the font in order for that to work. go to the properties panel and click Character then embed all. then the alpha fade should work ok…

I’m from Rome/Utica/Syracuse area. :slight_smile: good to have fellow New Yorkers here… :slight_smile:

Thanx a lot ! I go tit right~!~!

:A+: :A+: :A+: :A+: :A+: :A+: :A+:

anction or ancient script problem?? :lol:

I’m in Rochester… can I be cool now too?

xxviii, nice to see someone from nearby cities!

indojepang, huh?? I just mistyped the word for action, so what’s
wrong with you?

Thx you guys so much, I got the scripts right for my swf!!

yup… its funny how you find people here from so close to you
yup yup
glad you got your script working