Game Maker 8.1: How to Create Angle Walls, & fix Items Pickup Issues.

Channel:
Subscribers:
268
Published on ● Video Link: https://www.youtube.com/watch?v=Dzh1zzbxF9Y



Duration: 14:37
77 views
0


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-22Game Maker 8.1: How to Fix Cursor Glitch, Hide & Reveal Inventory Glitch, & Pause Game.
2020-02-15Game Maker 8.1: How to Create a Cursor, Hide & Reveal Inventory, & Fix Load Glitch.
2020-02-09Game Maker Studio: (Part 2) How to Create Virtual Keys for Android?
2020-02-01Game Maker Studio: (Part 1) How to Create Virtual Keys for Android?
2020-01-26Game Maker 8.1: How to Create a Save, Load, & Ice.
2020-01-18Game Maker 8.1: How to Create Columns & Slicers.
2020-01-11Game Maker 8.1: How to Press ENTER Once, without using all of you're Crystals.
2020-01-05Game Maker 8.1: How to Collect & Store you're Crystals.
2019-12-29Game Maker 8.1: (Part2) Fixing Glitches & Create Poison Gas.
2019-12-29Game Maker 8.1: (Part1) Fixing Glitches & Create Poison Gas.
2019-12-21Game Maker 8.1: How to Create Angle Walls, & fix Items Pickup Issues.
2019-12-14Game Maker 8.1: How to Draw 3D Models, using Code.
2019-12-07Game Maker 8.1: How to Create a Outside Sky with Rain.
2019-12-01Game Maker 8.1: How to Create Animated Torches on the Walls & Adding Monsters.
2019-11-24Game Maker 8.1: (Part 3) How to Create Bad Guy, Firing Weapon.
2019-11-24Game Maker 8.1: (Part 2) How to Create Bad Guy, Firing Weapon.
2019-11-24Game Maker 8.1: (Part 1) How to Create Bad Guy, Firing Weapon.
2019-11-16Game Maker 8.1: How to Create Cell Door PNG, Fire Pit, Load Game, & Favicon image.
2019-11-09Game Maker 8.1: How to Move through Walls, & Create you're own Fog Areas.
2019-11-02Game Maker 8.1: How to Move to the Next Room, Weapons, & Ammo Count.
2019-10-26Game 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