Game Maker 8.1: How to Create Angle Walls, & fix Items Pickup Issues.
Visit my MC Anime site: https://mcanime1.wixsite.com/mcanime
GM81 File: http://bit.do/fmBee
obj_wall_angle2, Depth -1, parent to obj_wall_basic
Events:
Create
Actions:
{
x1 = x-5;
x2 = x+30;
y1 = y-16;
y2 = y+16;
z1 = 32;
z2 = 0;
tex = background_get_texture(texture_wall1);
}
obj_wall_angle_down_r, Depth -1, parent to obj_wall_basic
Events:
Create
Actions:
{
x1 = x-5;
x2 = x+28;
y1 = y+16;
y2 = y-16;
z1 = 32;
z2 = 0;
tex = background_get_texture(texture_wall1);
}
obj_wall_angle, Depth -1, parent to obj_wall_basic
Events:
Create
Actions:
{
x1 = x-16;
x2 = x+16;
y1 = y+16;
y2 = y-16;
z1 = 32;
z2 = 0;
tex = background_get_texture(texture_wall1);
}
obj_wall_angle_down_l, Depth -1, parent to obj_wall_basic
Events:
Create
Actions:
{
x1 = x-9;
x2 = x+20;
y1 = y-16;
y2 = y+16;
z1 = 32;
z2 = 0;
tex = background_get_texture(texture_wall1);
}
Other Videos By MC Designs
2020-02-22 | Game Maker 8.1: How to Fix Cursor Glitch, Hide & Reveal Inventory Glitch, & Pause Game. |
2020-02-15 | Game Maker 8.1: How to Create a Cursor, Hide & Reveal Inventory, & Fix Load Glitch. |
2020-02-09 | Game Maker Studio: (Part 2) How to Create Virtual Keys for Android? |
2020-02-01 | Game Maker Studio: (Part 1) How to Create Virtual Keys for Android? |
2020-01-26 | Game Maker 8.1: How to Create a Save, Load, & Ice. |
2020-01-18 | Game Maker 8.1: How to Create Columns & Slicers. |
2020-01-11 | Game Maker 8.1: How to Press ENTER Once, without using all of you're Crystals. |
2020-01-05 | Game Maker 8.1: How to Collect & Store you're Crystals. |
2019-12-29 | Game Maker 8.1: (Part2) Fixing Glitches & Create Poison Gas. |
2019-12-29 | Game Maker 8.1: (Part1) Fixing Glitches & Create Poison Gas. |
2019-12-21 | Game Maker 8.1: How to Create Angle Walls, & fix Items Pickup Issues. |
2019-12-14 | Game Maker 8.1: How to Draw 3D Models, using Code. |
2019-12-07 | Game Maker 8.1: How to Create a Outside Sky with Rain. |
2019-12-01 | Game Maker 8.1: How to Create Animated Torches on the Walls & Adding Monsters. |
2019-11-24 | Game Maker 8.1: (Part 3) How to Create Bad Guy, Firing Weapon. |
2019-11-24 | Game Maker 8.1: (Part 2) How to Create Bad Guy, Firing Weapon. |
2019-11-24 | Game Maker 8.1: (Part 1) How to Create Bad Guy, Firing Weapon. |
2019-11-16 | Game Maker 8.1: How to Create Cell Door PNG, Fire Pit, Load Game, & Favicon image. |
2019-11-09 | Game Maker 8.1: How to Move through Walls, & Create you're own Fog Areas. |
2019-11-02 | Game Maker 8.1: How to Move to the Next Room, Weapons, & Ammo Count. |
2019-10-26 | Game Maker Studio: How to Show Final Hit Effect for Player & Boss, before Game Ends. |
Tags: retangle
windows
pc
computer
move
maze
how
learn
teach
find
room
player
d3d
set
code
weapon
create
object
texture
image
stop
collision
fps
walls
wall
animate
animated
stone
background
bg
sprite
height
width
square
angle
side
brick
update
rain
audio
sound
item
fixed
pickup
game
maker
tex
depth
basic
pick
up
issue
fix