answersLogoWhite

0

Go to the room and then click the tab -views

View In Room

X: 0 W: 400

Y: 0 H: 200

Port On Screen

X: 0 W: 400

Y: 0 H: 200

Object Following

object here that the screen should follow

You can leave the rest the same.

Now when you play the screen will follow the player, or specified object.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you insert video in game maker 8 pro?

Yes. You can make a splash screen available in the library when editing an object which will show your video.


Is there an internal variable for an object's speed in Game Maker?

Yes, the internal variable for an object's speed in Game Maker is <Object_Name>.speed.


How do you make an object pick something up in a game maker game?

Je moeder is gay.


How can you make an object appear on game maker in code?

use the instance_create function


What does the setting the depth to - 10 for an object do in game maker?

Depth determines whether it shows up under or below an object if an object collides with it.


In Game Maker 7 is there a way to play a video underneath the objects so the game can still run while the video is playing?

You could use a tile-depth object with a sprite that animates. It would take a ****load of file-size to hold all the images though. Game Maker 8 has support for non-screen-coating variants, I believe.


What is a instance on game maker?

An instance is most commonly a [Object] placed on a [Room] -Battlemaster1


Can you import AVI into Game Maker?

You cannot import an AVI into game maker 7.0 pro or lite. BUT, with game maker 8.0, you can make a splash screen consisting of an AVI. OR if you really want your AVI in your game, you can convert your AVI into a short GIF.


How do you make a object create behind another object in game maker?

with (instance_create(x,y,objecttobecreatedbehind)){depth = objectinfront.depth + 1;}


How do you change objects not sprites in game maker 7.0?

Change to another object with the same sprite


How do you make an object fly in game maker 7?

Have it move without gravity keeping it on the ground.


How do you make an object stop shaking in Game Maker?

To make an object stop shaking in Game Maker, you can use the image_angle property to set the rotation of the object back to its original angle. Setting image_angle to 0 will stop the object from shaking. You can also use interpolation or smoothing functions to gradually reduce the shaking effect over time.