Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How about my flash intro? (help)


Kay-No
 Share

Recommended Posts

What do you thinkl about my flash intro? 8)
I know its a very easy made but im just testing a little. What you think about it.

http://img156.imageshack.us/my.php?image=tekraniaintro0am.swf

And i need some help. See that text effect on the end, i need to make it stop. Here is the script:
```
i = "1";
alpha = "0.8";
maxlight = "20";
while (Number(i)<=Number(maxlight)) {
duplicateMovieClip ("ray0", "ray" add i, 800-i);
setProperty ("/ray" add i, _xscale, getProperty("/ray" add (i-1), _xscale)+i*alpha);
setProperty ("/ray" add i, _yscale, getProperty("/ray" add (i-1), _yscale)+i*alpha);
setProperty ("/ray" add i, _alpha, 10-i*(0.5/50));
i = Number(i)+1;
}
setProperty ("ray0", _visible, "0");
stop ();

```

and one more thing see that flames in the right that one jumps…
and its not beacus i have moved a frame cuz when i play as test movie
its jump but when i hit enter and play it its not jumping
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...