Skip to main content
AmaobiOwoh
Participant
October 14, 2017
Answered

Motion Blur effect

  • October 14, 2017
  • 1 reply
  • 4062 views

I've looked every where I can, I've been trying to do a motion blur, I've created the tween, I've selected it. All of that I have done, but double clicking doesn't open the motion editor and when I right click I don't see the refine tween option. I'm just trying to make a motion blur for more realistic movement and I can't find anything for the life of me. Please help.

This topic has been closed for replies.
Correct answer Colin Holgate

The motion editor is for motion tweens, which are a bad idea for HTML5 Canvas (bigger js file, poor performance). Also, it's in the Properties panel where you add the blur filter, so you may not need to get at the motion editor anyway.

1 reply

kglad
Community Expert
Community Expert
October 14, 2017

html5/canvas or actionscript?

and what are you double clicking and right clicking?

AmaobiOwoh
Participant
October 15, 2017

I'm using html5 and I'm double clicking/right clicking the tweens I want to edit on the timeline

Colin Holgate
Colin HolgateCorrect answer
Inspiring
October 15, 2017

The motion editor is for motion tweens, which are a bad idea for HTML5 Canvas (bigger js file, poor performance). Also, it's in the Properties panel where you add the blur filter, so you may not need to get at the motion editor anyway.