genelo
April 23, 2003, 5:23pm
1
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;
}
}
}
system
April 23, 2003, 5:25pm
2
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.
system
April 23, 2003, 5:26pm
3
where in NY are you from?
system
April 23, 2003, 5:32pm
4
Thnx your scripts, but it still doesn’t wor, the dynamic text
did not shown any alpha properties.
I am from Buffalo, hello~
system
April 23, 2003, 5:48pm
5
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. good to have fellow New Yorkers here…
system
April 23, 2003, 6:18pm
6
Thanx a lot ! I go tit right~!~!
:A+: :A+: :A+: :A+: :A+: :A+: :A+:
system
April 24, 2003, 12:08am
7
anction or ancient script problem?? :lol:
system
April 24, 2003, 12:57am
8
I’m in Rochester… can I be cool now too?
system
April 24, 2003, 1:04am
9
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!!
system
April 24, 2003, 1:41am
10
yup… its funny how you find people here from so close to you
yup yup
glad you got your script working