Game Maker 8.1: How to Create a Cursor, Hide & Reveal Inventory, & Fix Load Glitch.

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



Duration: 13:32
137 views
0


Visit my MC GAMES site: https://mcolverdesigns.itch.io

Paypal Donate: http://bit.do/fkPAb

GM81 File: https://bit.ly/31Xg3nT

obj_cursor

Events:

Create

Actions:

Jump to Position icon:

mouse_x
mouse_y

Events:

Step

Actions:

Jump to Position icon:

mouse_x
mouse_y

obj_load

Events:

Left Pressed Mouse

Actions:

{
friction = 0.2;

// initialiseert 3D
d3d_start();
d3d_set_hidden(true);
d3d_set_lighting(false);
d3d_set_culling(false);
d3d_set_fog(true,c_dkgray,10,500);

texture_set_interpolation(true);


}

Actions:

Set the score caption info

don't show

obj_hideshow, persistent, Depth -1000

Events:

Step

Actions:

x=view_xview[0]+500
y=view_yview[0]+100

Events:

Draw

Actions:

draw_sprite(sprite_index,image_index,view_xview[0]+500,view_yview[0]+100);

Events:

press F1, be sure the code is set to "Other", makes items visible.

Actions:

obj_nogun.visible = true;

obj_havegun2.visible = true;

obj_havegun.visible = true;

obj_needcard.visible = true;

obj_cardget.visible = true;

getcard.visible = true;

obj_nogun2.visible = true;

obj_crystal_out.visible = true;

obj_crystal_box.visible = true;

Events:

press F2, be sure the code is set to "Other", makes items not visible.

Actions:

obj_nogun.visible = false;

obj_havegun2.visible = false;

obj_havegun.visible = false;

obj_needcard.visible = false;

obj_cardget.visible = false;

getcard.visible = false;

obj_nogun2.visible = false;

obj_crystal_out.visible = false;

obj_crystal_box.visible = false;




Other Videos By MC Designs


2020-04-25Game Maker 8.1: How to Create Fire Background Particles.
2020-04-19Game Maker 8.1: How to Create Shake Screen.
2020-04-11Game Maker 8.1: How to Create Pause Screen for Both Rooms.
2020-04-04Game Maker Studio: (Part 3) How to Create Virtual Keys for Android?
2020-03-28Game Maker 8.1: Understanding Hit Points, & Create Bubble Head with Sound Effects.
2020-03-21Game Maker 8.1: How to Create Hitpoints for Monsters & Barrels.
2020-03-14Game Maker 8.1: How to Create Fade In, & a Flashing Dead Screen.
2020-03-07Game Maker 8.1: How to Create Rollover Buttons, & Animate Weapons In.
2020-02-29Game Maker 8.1: How to Create Custom Pause for 8.1 & Timer.
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.



Tags:
windows
pc
computer
move
maze
how
learn
teach
find
player
d3d
code
create
object
fps
sprite
game
maker
sound
effect
width
length
collison
instance
load
save
items
f2
f1
room
next
fast
free
place
set
var
tex
get
fake
draw
check
visible
not
hide
show
persistent
depth
view
cursor
start
caption
score
hidden
lighting
fog
texture
interpolation
true
false
friction
culling
reveal
glitch
inventory
mouse
jump
position
info
fix