sprite error

  1. M

    sprite_add Error

    I'm looking to add a sprite to my project from my desktop as a test Code: var sprite_path = "d:/level_test/spr_level_test.png"; global.level_sprite = sprite_add(sprite_path,3,0,0,0,0); var level_w = sprite_get_width(global.level_sprite); var level_h = sprite_get_height(global.level_sprite)...
  2. TheCheeseMaster

    SOLVED Updating New Builds Creates Save File Issues (Including Mixed Up Sprites)

    Hi everyone, I'm currently working on a game and my publisher has been helping me bug test my builds. However, I'm running into a strange problem where I'll upload a new build (keeping the project name the same so that previous save files are not lost) and for some reason some of the sprites...
  3. PinkySwear

    Android Big lags, then crash ..

    Hell0, One of our games that we've been working on in the last week, is facing a small issue.. We use a lot of images to make animated sprites, and even though we used as much in another game, this one is crashing (Crash to Desktop..but, on phone..) without leaving any errors in Gamemaker...
  4. Ponzalskov

    [SOLVED] Help with Sprites not drawing on super simple test project.

    As the title reads, its a project with 1 sprite (16x16) 1 object (with a Draw Event with 6 lines of code 1 room (with an Instances layer and Background layer) Any sprite is not showing, neither tiles (i've tried before but simplified to the minimum to show the basic and main problem). No error...
Top