Programming Chapter 9

Programming Chapter 9

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

positive value

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (16)

Section 1

(16 cards)

positive value

Front

Spacing between text objects will increase

Back

agk::GetTextSize

Front

Function that returns the size of a text object

Back

4

Front

The default size of a text object

Back

agk::SetTextY

Front

Function used to change the vertical position of a text object

Back

agk::SetTextString

Front

Function used to change a text object's string value

Back

agk::SetTextVisible

Front

Function to show or hide a text object

Back

left

Front

The default alignment for text objects

Back

acceleration

Front

Object's speed increases as it falls

Back

negative value

Front

Spacing between text objects will decrease

Back

Y-coordinate

Front

To simulate a falling object you must change the value this coordinate

Back

Sprite Collision

Front

When one sprite's bounding box comes in contact with another sprite's bounding box

Back

agk::GetSpriteCollision

Front

Function used to detect a collision between two sprites

Back

agk::SetTextPosition

Front

Function used to change the text object's position

Back

agk::GetTextHitTest

Front

Function used to detect a collision between a text object and a single point

Back

bounding box

Front

The size, in pixels, of a sprite's image file

Back

alpha

Front

Optional argument when setting text color

Back