A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Bluring with actionscript in koolmoves? Possible?

  1. #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!
    Attached Files Attached Files
    /xzerox... Take a look at http://www.vmgcomputers.com/h75

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    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. #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. #4
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    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. #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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center