Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » [SOLVED] Blur Movie Clip Movement


[SOLVED] Blur Movie Clip Movement

Reply
  #1 (permalink)  
Old 03-24-08, 11:58 AM
chambaz chambaz is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy [SOLVED] Blur Movie Clip Movement

Hi Everyone.

I want to know if its possible to blur the motion of a movie clip, I dont want to animate this however.

I have a few sliders controlling different aspects of a movie clip i.e. rotation, width, height x/y position and i would like the movie clip to blur as it rotates etc. Is this possible??

Cheers for any help guys.

Adam
Reply With Quote
  #2 (permalink)  
Old 03-25-08, 05:09 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
here ya go:
http://www.actionscript.org/resource...ect/Page1.html
http://imm.sheridanc.on.ca/imm2006/alducent/tutorial/
http://www.flash-filter.net/blur-effect-implement.phtml

These are a couple of results I found on google when looking for the main keywords in your post: "flash movieclip blur"
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote
  #3 (permalink)  
Old 03-25-08, 05:19 AM
chambaz chambaz is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks a lot mate, but i had already done that google search. Ive been using the blur filter but im after blurring the rotation of a movie clip object. Maybe blur is the wrong word basically I want to alter different aspects of a movie clip whilst blurring the original. Does this make sense?! Im starting to think its not possible unless I animate it.

Cheers for the reply tho!

Adam
Reply With Quote
  #4 (permalink)  
Old 03-27-08, 05:10 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
So what you actually need is a kind of mask?

I've been looking around a while on the web, and didn't find anything on blurring the original picture and unblurring it via the mask. Maybe it's not possible at all using standard methods.

If you can't find anything on this either, here's a alternative, non-standard, way of accomplishing the same thing (I'm assuming the mc should be unblurred when a visitor moves across the mc, and that there's an image inside the mc):
  1. load the mc (call it orig_mc, or something)
  2. clone the mc (call this one mask_mc)
  3. now blur the orig_mc, and add an onMouseOver event
  4. hide the mask_mc
  5. the onMouseOver event should find the current mouse position, relative to the orig_mc 's origin
  6. the x and y distance from the origin can now be used to relocate the image in the mask_mc. For instance when my mouse is on (50,50), you can move the image to (-50, -50)
  7. resize the mask_mc to a preffered shape (for instance a circle). This area will be shown on the orig_mc
  8. unhide the mask_mc, and sets it's position to the current mouse_position on the orig_mc
  9. if this all works, you should see the unblurred version of the image at that specific mouse position
Basically what you do is a small trick: instead of unblurring your orig_mc, you place a part of a copy of the image on top of it

PS: I seriously have no idea if it's going to work, but it seems doable to me, so good luck
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote
  #5 (permalink)  
Old 04-04-08, 05:32 PM
chambaz chambaz is offline
Newbie Coder
 
Join Date: Mar 2008
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
It worked!?! Took me a while but got there in the end.

Cheers for ur help Ed.

Nice one
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Inside Movie Clip Troubles tophat Flash & ActionScript 1 01-07-08 05:44 AM
Flash audio clip playing TOO fast. t49518 Flash & ActionScript 0 05-12-07 09:08 PM
movie clip actionscript help fizzyfozzy Flash & ActionScript 0 03-23-07 09:59 AM
flash..? dcmk The Lounge 4 06-18-04 07:25 AM
script required to go inside a movie clip ckala_vipul Script Requests 0 05-21-04 05:59 AM


All times are GMT -5. The time now is 06:41 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.