| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2001
Location: india
Posts: 6
|
could you tell me how to create a ray of light effect without using a lot of actionscripting?
|
|
|
|
|
|
#2 |
|
Registered User
|
You can build it by using a lot of masks
or easy by using actionscript: Lets say you have a moving MC with instance name xxx for (i=0;i<30;i++) { zzz = ('xxx' add i); duplicateMovieClip ( 'xxx', zzz, i ); setProperty ( zzz, _alpha, 15-i/2 ); setProperty ( zzz, _xscale, 100+i*4 ); setProperty ( zzz, _yscale, 100+i*10 ); } just put this script on the same timeline with a MC (xxx) |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2001
Location: india
Posts: 6
|
thanks very much for the solution. but i want the text to be stationary and only the light should move.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pavement light effect | mx-guest2004 | Animation and Effects | 1 | 06-17-2004 09:30 AM |
| Deep sea / Sea light effect | kapot | Animation and Effects | 0 | 01-07-2004 07:40 PM |
| light effect | mol | Animation and Effects | 1 | 09-23-2003 09:11 AM |
| -- Ray of Light -- | pom | Cool Sites | 10 | 02-11-2003 10:41 AM |
| Need help with light effect | SmokeandMirrors | Animation and Effects | 5 | 12-27-2001 10:02 AM |