|
|
|
#1 |
|
Senior Member
Join Date: Sep 2005
Location: Gothenburg, Sweden
Posts: 357
|
Bluring with actionscript in koolmoves? Possible?
Hi
I love the flash 8 effects in koolmoves But there is a little hatch!I have this movie with a movieclip named backgroound. If i want the background to blur if i press a button i cant do it without actionscripting. But when i try use a blur actionscript on my movieclip it does not work in koolmoves? What have i done wrong? See attachments for movie! Thanks in advance!
__________________
/xzerox... Take a look at http://www.vmgcomputers.com/h75 |
|
|
|
|
|
#2 |
|
KoolMoves Moderator
Join Date: Jul 2001
Location: Atlanta GA
Posts: 4,912
|
try
on(release){ myBlur = new flash.filters.BlurFilter(50,50,1); circle_mc.filters=[myBlur] } I asked something similar a while back http://board.flashkit.com/board/showthread.php?t=692988 |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Sep 2005
Location: Gothenburg, Sweden
Posts: 357
|
on(release){
myBlur = new flash.filters.BlurFilter(50,50,1); circle_mc.filters=[myBlur] } did not work... checking out the thred you've linked
__________________
/xzerox... Take a look at http://www.vmgcomputers.com/h75 |
|
|
|
|
|
#4 |
|
KoolMoves Moderator
Join Date: Jul 2001
Location: Atlanta GA
Posts: 4,912
|
That was copied right out of a working test...
Make sure you are exporting as Flash 8 in the export settings or it won't work. |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Sep 2005
Location: Gothenburg, Sweden
Posts: 357
|
thanks works nice
__________________
/xzerox... Take a look at http://www.vmgcomputers.com/h75 |
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|