Game Maker Pro 3D Tutorial: Spinning Cube
Loading...
3,326
Loading...
Uploader Comments (BanthyStudios)
see all
All Comments (39)
-
THANK YOU!
-
i like to create codes!!!!!!
-
@BanthyStudios thanks dude :)
-
agodesa left out a ',' in the code, It should look like this
d3d_draw_block(-16,-16,32, 16,16,0,background_get_texture (tex,cube),1,1);
Not this
d3d_draw_block(-16,-16,32, 16,16,0,background_get_texture (tex,cube)1,1);
-
d3d_set_perspective,d3d_set_hi
dden,and d3d_set_lighting are all defaults... Just thought I would point that out. -
guys cmon every video this guy makes theres always someone who makes a typo in there error READ YOUR ERROR dont c/p it here hoping somone will help you. Nice videos man!
Loading...
PLEASE answer this now I need to know before comp06 ends on the 29th.
ERROR line 4 position 81:wrong number of arguments to function or script
NOTE:mine is a planet, not a cube, I'm customizing it.
d3d_transform_set_identity();
d3d_transform_add_rotation_z(rot);
d3d_transform_add_translation(x,y,0);
d3d_draw_ellipsoid(-16,-16,32, 16,16,0,background_get_texture(tex_planet),1,1);
d3d_transform_set_identity();
GeekNerdProductions 1 year ago
@GeekNerdProductions Sinse yours is a planet (sphere), it has a different amount of arguments in the script. Look closely. You forgot the say how many sides the sphere should have. 30 is always a good amount, by the way.
BanthyStudios 1 year ago
not work error look to this error:Trying to get texture from non-existing background. what i can do?
superman41591 2 years ago
what did you type in the code and what did you call the background?
BanthyStudios 2 years ago
heyy
COMPILATION ERROR in code action
Error in code at line 4: d3d_draw_block(-16,-16,32, 16,16,0,background_get_texture(tex,cube)1,1);
at position 69: Wrong number of arguments to function or script.
agodesa 2 years ago
u put tex,cube use tex_cube
BanthyStudios 2 years ago