Thread: flash text
View Single Post
  #6 (permalink)  
Old 21-08-2002, 05:18 PM
cryno's Avatar
cryno cryno is offline
Novice Webmaster
 
Join Date: Aug 2002
Location: somewhere in middle earth
Posts: 67
Rep Power: 78
cryno is on a distinguished road
Send a message via MSN to cryno Send a message via Yahoo to cryno
Talking for an alternative

sorry if im being to late but just for sharing out info...

it is known that normal way to make fade out object is by using motion tween but if u know how to do it with as (actionscript) that i will reduce your file size about 75% more or less..

just convert your text to movieclip and asign as for it...

onClipEvent (enterframe) {
this._alpha-=10;
}

that it...
__________________
ChronoSight
Reply With Quote