Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Animation and Effects

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-15-2001, 07:57 AM   #1
sarala
Registered User
 
Join Date: May 2001
Location: india
Posts: 6
Default

could you tell me how to create a ray of light effect without using a lot of actionscripting?
sarala is offline   Reply With Quote
Old 05-16-2001, 12:57 AM   #2
Strok
Registered User
 
Join Date: Nov 2000
Location: Toronto Canada
Posts: 789
Send a message via ICQ to Strok
Default

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)
Strok is offline   Reply With Quote
Old 06-10-2001, 02:44 PM   #3
sarala
Registered User
 
Join Date: May 2001
Location: india
Posts: 6
Smile

thanks very much for the solution. but i want the text to be stationary and only the light should move.
sarala is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 10:03 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.