SWiSHzone.com Support Forums Home

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> The Filter Function, I Would Like To Make Two Simple Banners Using The GlowFilter And The B
lionspaw
post Nov 2 2009, 04:41 AM
Post #1


Newbie
*

Group: New Members
Posts: 7
Joined: 31-October 09
Member No.: 62046



I Would Like To Make Two Simple Banners Using The GlowFilter And The BevelFilter Functions.

I have no programming experience and I'm using Swiss miniMax3.

Is that a reasonable expectation or am I just wasting my time?

Looking through some of the literature it says the following:

GlowFilter or BevelFilter
Filters work with SWiSH miniMax however the full path to the class (typically flash.filters) must be specified.
and typically would be coded in SWiSH miniMax as
var filter:flash.filters.BlurFilter = new flash.filters.BlurFilter(30,30,2);
or var filter:Object = new flash.filters.BlurFilter(30,30,2);

All of that is Greek to me.

Would you please give me The example of the code for the GlowFilter Banner.

And also tell me where to place the code?


Thank You,
Go to the top of the page
 
+Quote Post
crslz
post Nov 6 2009, 08:06 AM
Post #2


Advanced Member
***

Group: Members
Posts: 1374
Joined: 9-June 05
From: Belgium, West-vl (dutch language)
Member No.: 20298



hi,

I don't use mimiMax but in swishmax3 you can find a generator, perhaps in miniMax also ?

file - samples - advanced - filter_effect_generator

once you open the generator you can play around with the settings, now you should copy the code and paste inside a other swi file

code from the filter generator file

CODE
glowFilterName = new flash.filters.GlowFilter(0xFF0000, 0.45, 4, 4, 2, 8, false, false);
pathToObject.filters = [glowFilterName];


code for your swi file

CODE
onSelfEvent (load)
{
    glowFilterName = new flash.filters.GlowFilter(0xFF0000, 0.45, 4, 4, 2, 8, false, false);
    pathToObject.filters = [glowFilterName];
}


glowFilterName can be anything...

glowFilterName = new flash.filters.GlowFilter(0xFF0000, 0.45, 4, 4, 2, 8, false, false);
pathToObject.filters = [glowFilterName];

don't forget, export options = flash player 8 or above

grtz
Go to the top of the page
 
+Quote Post
Wolf Gross
post Nov 6 2009, 09:28 AM
Post #3


Advanced Member
***

Group: Moderator
Posts: 17192
Joined: --
From: Perth/Australia
Member No.: 25



>>I don't use mimiMax but in swishmax3 you can find a generator, perhaps in miniMax also ?

...no, SWiSH miniMax3 does not have that option.

wolf


--------------------

Web Wolf Wonder Web Works

SWiSHsites modified
Go to the top of the page
 
+Quote Post
browndrake
post Nov 6 2009, 09:28 AM
Post #4


Advanced Member
***

Group: Members
Posts: 2597
Joined: 18-January 04
From: usa
Member No.: 7630



go the the components>>effects>>filters...and drag on the filter you want. You can then customize the content.

good luck

aaron
Go to the top of the page
 
+Quote Post
Wolf Gross
post Nov 6 2009, 09:31 AM
Post #5


Advanced Member
***

Group: Moderator
Posts: 17192
Joined: --
From: Perth/Australia
Member No.: 25



...but Aaron's advice will work smile.gif

wolf


--------------------

Web Wolf Wonder Web Works

SWiSHsites modified
Go to the top of the page
 
+Quote Post

Fast ReplyReply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 21st November 2009 - 12:21 PM