Flash components › Flash files › Animated Objects
Advanced Curtain Effect AS2 & AS3
|
Posted on 2009 Jul 05 |
I would like to use these curtains as an intro on my opening page. I just wanted to know how to get rid of the advanced color curtains in the background? I would like to have a blank background to enter my own info after the curtain opens.
|
Posted on 2009 Jul 06 |
they all reside in a movie clip, so if you delete it, it will be just fine.
I will post later today the exact steps you need to follow in order to do that.
I will post later today the exact steps you need to follow in order to do that.
|
Posted on 2009 Jul 12 |
I have been tryong to edit the movie clip myself as I seen you never posted the instructions on how to do it. Still no sucess. I am not sure what program to use or anything else. As I told you before I am new to flash. I just want to use the curtains on my website to open each page and after the curtain opens I would like my web pages to show?
|
Posted on 2009 Jul 12 |
hm, ok I see.
First remove the entire "Layer 1", it is where all the colour boxes and the background reside.
"Curtains"layer is where the curtain resides and the topmost layer holds the Actionscript.
After you delete the layer, what you need to do is to activate the curtain, and you do it using this method:
SetColor(int, bool);
example: SetColor(2,false);
In the first parameter you could have 1 to 4 as values (in this case I have used 2)
They control the colour of the curtain.
If the second parameter is true it will show the image on top of the curtain.
However what you said you want to do with the curtain might require some further knowledge of Flash.
Bare in mind that to put it on top of your site, you have to publish your swf as transparent and set its size big enough to cover your web pages. Do not forget to set the GPU support for your swf so it will run smoother and
always on-top of any content.
Pretty much that is what you need. If you have some trouble, do tell. I will help you as soon as possible.
;)
First remove the entire "Layer 1", it is where all the colour boxes and the background reside.
"Curtains"layer is where the curtain resides and the topmost layer holds the Actionscript.
After you delete the layer, what you need to do is to activate the curtain, and you do it using this method:
SetColor(int, bool);
example: SetColor(2,false);
In the first parameter you could have 1 to 4 as values (in this case I have used 2)
They control the colour of the curtain.
If the second parameter is true it will show the image on top of the curtain.
However what you said you want to do with the curtain might require some further knowledge of Flash.
Bare in mind that to put it on top of your site, you have to publish your swf as transparent and set its size big enough to cover your web pages. Do not forget to set the GPU support for your swf so it will run smoother and
always on-top of any content.
Pretty much that is what you need. If you have some trouble, do tell. I will help you as soon as possible.
;)
|
Posted on 2009 Jul 12 |
Thanks for the info. I am going to give it a try. By the way what program do i use to edit?
|
Posted on 2011 Jan 04 |
hi
1. i can remove the yellow image from the cutain?
2. it steel high quality in full screen?
3. its works fine in cs5?(the as3 version)
please answer me asap as u can
izhaknatan77@gmail.com
kind regards izhak natan
|
Posted on 2011 Jan 04 |
1.you can remove the image, just select it in the fla file and delete it.
2. all images are vector so the quality is excellent at any resolution
3. it works just fine in cs5
2. all images are vector so the quality is excellent at any resolution
3. it works just fine in cs5
|
Posted on 2011 Sep 22 |
Looks Great Just Wanted to know if this could be resized with out distorting the images? And if so how can I go About Doing that? I'm working on a intro and the back ground is 1280x720 just want to know if the curtains can be resized.
|
Posted on 2011 Sep 23 |
this is a vector graphic, so it can be resized endlessly with no loss of quality.
























Two versions: Flash CS4 ActionScript 3
Flash CS3 ActionScript 2
Deployment: The whole animation is wrapped in "Curtain" movie clip and
allows easy resizing, masking, etc.
Does not require additional files(AS, XML, etc.)
Features: Multi-color curtains, that allow dynamic switching between colours.
Printed effect images on the curtain that fold together with it.
Projected effect images on the curtain.
Simple structure
Size: Dimentions: 590x300px
File size: 8.5Kb