Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Old CRT monitor/TV motion blur effect using pen: how can you do it?
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
I want to recreate the game Tennis for Two (which will be easy, considering it is the 2nd ever video game created)
So this is how the original game looks:

As you can see, the ball has a line (motion blur) that goes behind it. This looks easy to do, but the thing is, the line fades away. How could I do this?
Also what I need help with: I want to make it so the sprites and background is blurred. Scratch has no blur effect, so how could I do this? I also want to make the ball even more blurred while it is moving fast, but not blurred when it is moving slow/not moving.
Please post the code in a project, not scratchblocks.
I have no project to share, I haven't started working on it yet, but I will once I get this.
Thanks!
So this is how the original game looks:

As you can see, the ball has a line (motion blur) that goes behind it. This looks easy to do, but the thing is, the line fades away. How could I do this?
Also what I need help with: I want to make it so the sprites and background is blurred. Scratch has no blur effect, so how could I do this? I also want to make the ball even more blurred while it is moving fast, but not blurred when it is moving slow/not moving.
Please post the code in a project, not scratchblocks.
I have no project to share, I haven't started working on it yet, but I will once I get this.
Thanks!
Last edited by dude341 (June 2, 2017 20:56:46)
- -Lite-
-
500+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
Griffpatch has an excellently and elegantly coded way of doing trails:
https://scratch.mit.edu/projects/159688495/
For the blur, you could get a transparent “blur” image up front. This is how many websites blur content.
https://scratch.mit.edu/projects/159688495/
For the blur, you could get a transparent “blur” image up front. This is how many websites blur content.
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
While that project would work, the scripts in that project don't have any comments, so I don't know what any of them do Griffpatch has an excellently and elegantly coded way of doing trails:
https://scratch.mit.edu/projects/159688495/
For the blur, you could get a transparent “blur” image up front. This is how many websites blur content.

For the blur, I don't have any software that can do blurred images and don't want to download any software. Is it possible to do it with clones and the ghost effect? If so, upload the code in a project. Thanks.
- asivi
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
Can you share your project?
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
Can you share your project?
Please read everything in the original post before posting! Thanks! I have no project to share, I haven't started working on it yet, but I will once I get this.
Last edited by dude341 (June 2, 2017 21:24:10)
- asivi
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
Please share your project, thanks.
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
As mentioned before, I haven't created the project. I will just use the help to create the project. Thanks. Please share your project, thanks.

- asivi
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
When done, of course. Thanks.
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
I can't complete the project, as I need help with the physics, which is the main part of the game. (see: When done, of course. Thanks.https://scratch.mit.edu/discuss/topic/263745/ )
Last edited by dude341 (June 2, 2017 21:33:49)
- asivi
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
We can wait. Thanks.
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
I found a good physics engine that matches the game. Please wait while I create a preview of the project I can share. We can wait. Thanks.
- asivi
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
Yes, i know. We will take a look and try to figure how to achieve the related effect.
Greets.
Greets.

- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
I have decided that the game would be look better without the motion blur. Thanks anyway. Scratch Team, please close this topic. Yes, i know. We will take a look and try to figure how to achieve the related effect.
Greets.
- stickfire-helper
-
24 posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
You could try stamping a ghosted sprite over a pen trail, like this.
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
this.You could try stamping a ghosted sprite over a pen trail, like
I have decided that the game would be look better without the motion blur. Thanks anyway. Scratch Team, please close this topic. Yes, i know. We will take a look and try to figure how to achieve the related effect.
Greets.
- stickfiregames
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
Yeah, you ninja'd me.this.You could try stamping a ghosted sprite over a pen trail, likeI have decided that the game would be look better without the motion blur. Thanks anyway. Scratch Team, please close this topic. Yes, i know. We will take a look and try to figure how to achieve the related effect.
Greets.
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
Yeah, you ninja'd me.this.You could try stamping a ghosted sprite over a pen trail, likeI have decided that the game would be look better without the motion blur. Thanks anyway. Scratch Team, please close this topic. Yes, i know. We will take a look and try to figure how to achieve the related effect.
Greets.

- gtoal
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
some combination of the cursor effect in https://scratch.mit.edu/projects/24341734/
and the flicker etc in
https://scratch.mit.edu/projects/32328580/ (temp shared for you)
and the flicker etc in
https://scratch.mit.edu/projects/32328580/ (temp shared for you)
- dual_creator43
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
Try doing this:
You can also play around with the wait blocks, but the way I did it, each clone will last 0.1 seconds, and 100 clones will be produced each second. (This should not exceed the clone limit.)
- dude341
-
1000+ posts
Old CRT monitor/TV motion blur effect using pen: how can you do it?
https://scratch.mit.edu/projects/24341734/some combination of the cursor effect in
and the flicker etc in
https://scratch.mit.edu/projects/32328580/ (temp shared for you)
Try doing this:You can also play around with the wait blocks, but the way I did it, each clone will last 0.1 seconds, and 100 clones will be produced each second. (This should not exceed the clone limit.)
I have decided that the game would be look better without the motion blur. Thanks anyway. Scratch Team, please close this topic. Yes, i know. We will take a look and try to figure how to achieve the related effect.
Greets.
- Discussion Forums
- » Help with Scripts
-
» Old CRT monitor/TV motion blur effect using pen: how can you do it?