PDA

View Full Version : infinite symbol increase/decrease



seanmacintosh
August 26th, 2003, 12:06 PM
hi everyone,

I want to make a simple coming soon page where the text "coming soon" (a graphic symbol I suspect) occupies the entire stage and slowly shrinks infinitely to the point where it can no longer be read.

Anyone know the script for this pretty please:battery:

Thanks.
-sean-

andr.in
August 26th, 2003, 05:28 PM
well make the coming soon thingy a movieclip and add some actions:

onClipEvent(enterFrame) {
_xscale -= 1;
_yscale -= 1;
}

the bigger the numbers the faster the shrinking...

seanmacintosh
August 27th, 2003, 11:34 AM
It doesn't seem to work:(

Do I need to give the 'coming soon' graphic an instance?

Or do I need to add the 'coming soon' graphic to a button and then proceed?

Sorry to sound like an idiot, but, I'm really bad at this:x

Thanks.

-s
-m

claudio
August 27th, 2003, 01:40 PM
COnvert it into a movie clip

Voetsjoeba
August 27th, 2003, 01:48 PM
Select the graphic, hit CTRL+B, hit F8, give it any name, select movieclip, set the registration point to center and apply Syko's code to it.

[m]
August 28th, 2003, 09:25 AM
(why ctrl+b? :))

claudio
August 28th, 2003, 02:08 PM
He only did that to turn the graphic into a shape and then make it a movie clip

Voetsjoeba
August 28th, 2003, 02:16 PM
Yeah, you also could've one it without, but I prefer like this =)