-
Moving part of the screen (I’m lacking a good way to call this)
What I’d like to do is move part of the screen over to somewhere else on the screen.
Lets say I have my video devided in four squares Topleft TopRight BottomLeft BottomRight
Now I’d want to move BottomLeft over to BottomRight, whilest keeping its contents intact (meaning, having it still moving).
Its obviously going to sit ontop of BottomRight so that will no longer be in view and BottomLeft will leave a gaping hole.As for an example (ditch the four squares mindset) you’d have a ammo counter in a shooting game and you wouldn’t like the position of it or would make it want to be easier seen by the user (bigger). Can i cut out that ammo counter, move it along the screen and position it somewhere else, say the middle. (and im sure i can scale it up myself then, atleast i hope so)
I hope this makes sense to someone.
I’ve tried searching for something like this but im just not searching with the right query.
Everytime results are something like; cutting and pasting on the timeline.I’m probably not making a lot of sense but I hope that someone is able to understand this and help me out with it.
Just to clarify none of the two things posted above are what I want (in this case), its just to know for general use .As I’ve found that i wanted to use this many times, but have never been able to do it.-Geert