Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Automatic Moving Camera
- VampireGamer107
-
100+ posts
Automatic Moving Camera
I wanna add an automatic moving camera effect that moves to random spots in this game I made https://scratch-mit-edu.ezproxyberklee.flo.org/projects/1121268400 but I don't know how. Can someone help me please? (Also make the code as simple as possible I am a beginner scratcher)
Last edited by VampireGamer107 (Yesterday 21:09:59)
- NMario84
-
1000+ posts
Automatic Moving Camera
Depends on what you mean by moving camera. Looks like you are already using random backgrounds.
Also be aware that you can NOT directly move images/backgrounds placed as background assets. You will need to send the image of the background as a sprite object so you can move their X and Y positions in script.
Also be aware that you can NOT directly move images/backgrounds placed as background assets. You will need to send the image of the background as a sprite object so you can move their X and Y positions in script.
- VampireGamer107
-
100+ posts
Automatic Moving Camera
Depends on what you mean by moving camera. Looks like you are already using random backgrounds.
Also be aware that you can NOT directly move images/backgrounds placed as background assets. You will need to send the image of the background as a sprite object so you can move their X and Y positions in script.
I've done that now. What do I do now?
- Discussion Forums
- » Help with Scripts
-
» Automatic Moving Camera