answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Other Math

How do you make objects chase other objects in game maker?

If object a is the one who has to be chased it's like this: In B step event: direction = point_direction(x,y,A.x,A.y) speed = {your speed i recommend 4}


Two groups of students were tested to compare thir speed working math problems Each group was given the same problems.One group used calculators and the other group computed without calculators?

The independent variable in this study is the use of calculators, while the dependent variable is the speed of solving math problems. By comparing the two groups, researchers can determine if the use of calculators has an impact on the speed of problem-solving. To analyze the results, statistical tests such as a t-test or ANOVA can be used to determine if there is a significant difference in speed between the two groups.


How do you give an object a vertical speed in game maker 7?

use the action with the big up arrow


How do you make an enemy object shoot in game maker 7?

this is the code I always use:bullet = instance_create(obj_enemyBullet);// create the bullet and store the ID in a variablewith(bullet){//start running code in the bulletparentID = other.id;//set the enemy ID that is the parent to the bullet as a variable in the bulletdirection = (parentID).bulletDirection;//set the direction to a variable stored in the enemyspeed = (parentID).bulletSpeed;//set the direction to a variable stored in the enemy//etc.}obj_enemyBullet is the object name of whatever the the enemy is shootingbulletDirection is a variable in the enemy that contains the direction the bullet should movebulletSpeed is a variable in the enemy that contains the speed the bullet should movejust copy/paste this code into the event that triggers the bullet firing and account for the mentioned variables. Credit Dr. Sakuya


In what condition average velocity is equal to average speed give an example?

When an object is moving along a straight line at a variable speed, we can express the magnitude of the rate of motion in terms of average velocity.It is the same way as we calculate average speed.

Related Questions

What is the variable speed or acceleration?

Variable speed refers to an object or system changing its velocity over time, while variable acceleration refers to a change in the rate of change of velocity over time. Both variable speed and acceleration are commonly encountered in real-world scenarios where the motion of objects is not constant.


Do most objects travel in a constant speed?

No, most objects do not travel at a constant speed. Factors such as forces acting upon the object, changes in direction, and external factors can cause objects to speed up, slow down, or change direction. Objects can also have variable speeds due to changes in energy or motion.


How do you make objects chase other objects in game maker?

If object a is the one who has to be chased it's like this: In B step event: direction = point_direction(x,y,A.x,A.y) speed = {your speed i recommend 4}


Can time be different for objects or is it fixed?

Time can be experienced differently for objects based on their mass and speed, according to Einstein's theory of relativity. This means that time is not fixed but can be variable depending on the conditions an object is in.


Is variable Speed a motion?

It is not necessarily a motion in itself... Variable speed refers to something that can change speeds, or that the speeds can be changed. There are many things that can be variable speed.


What is better the fast 201 yoyo or the speed maker yoyo?

personally id prefer a speed maker


Is driving speed a discrete variable?

No, it is a continuous variable.


Which is the dependent variable between average speed versus time?

Dependent variable is usually speed.


What is variable motion?

Variable motion refers to motion that changes speed or direction over time. This can include acceleration, deceleration, or changes in velocity. Objects experiencing variable motion have varying rates of displacement at different points in time.


why we use variable speed drivers in motor control units?

Variable speed drivers are necessary to be able to have different speed settings in a motor.


How a fan's speed varied?

with a variable speed switch


What is the difference between Variable Speed Drive and Variable Frequency Drive?

A variable frequency drive (VFD) refers to AC drives only and a variable speed drive (VSD) refers to either AC Drives or DC Drives. VFD's vary the speed of an AC motor by varying the frequency to the motor. VSD's referring to DC motors vary the speed by varying the voltage to the motor.