Thanks. Is Console support to be showing. It does not display.
runs here, yes Console word shows up
A nice twist would be that the letters of “Console” fly in separately one after another C - o - n - …
text1Y -= speed1;
same as
text1Y = text1Y - speed1;
see https://www.processing.org/reference/subtractassign.html
from the processing reference: https://www.processing.org/reference/
have a look here: https://editor.p5js.org/Chrisir10/sketches/zL0bR_E2A
I so agree.
Yes that worked. Thanks.
Looks much better now!
Background image
2 images floating in
Font is Times now
Or be able to get the letters rotate around and end up at the final position.
Do you see the images?
Yes it worked well. I will try and load mine.
Hi Chris
Looks like I have been slightly off with my example. Daughter tells me I need to use some particle system to get object animation like the examples below.
She was not impressed with my basic animation it seems. I get how to do backgrounds now I think and text
Particle system with objects looks a bit more complex do you have any examples?
Sure.
Check out examples: https://p5js.org/examples/simulate-particle-system.html
Thanks Chris. So complex. I just want 2-3 objects to move around. Will have to break it down
Don’t think you need this.
Just make them fly in? Diagonally?
Or use 3D?
new page: you can just launch a new html page with another Sketch, I guess, but transition looks not smooth I guess
That’s fine then. Funny thing is if you change the name from sketch it does not run the changes. WOW !! i spent 30 minutes trying to figue why not.
Do you know if I need to cut out the images with Photoshop for the circles to go behind them?
I think you can define a color as transparent and save image as png then iirc
here
function setup() {
createCanvas(720,350);
ps5video = createVideo('PS5 Trailer.mp4');
ps5video.position(310,90);
ps5video.loop();
//ps5video.hide();
at the moment YOUR sketch with MY changes shows the video
Does it do this in your browser too?
Or is it just for me?
Anyway, I sent you above how to do it