help appreciated

  1. Fabseven

    Legacy GM How to make a random ui ?

    Hello In my game there are some different phase each day like this : - build phase : can build building, repair, etc - event phase : many event - result phase : got ressource and see what was done this day The event phase could trigger somes differents things, i use irandom_range at the...
  2. R

    I'm trying to put multiple songs in my game with each playing at a different point but the music

    keeps stacking (playing at the same time). I'm using a specific object to play the music and here is my code if room=rm_title || room=rm_menu audio_play_sound(snd_titlemusic,0,1) else { audio_stop_sound(snd_titlemusic) } if instance_exists(obj_player) audio_play_sound(snd_music1,0,1) else...
  3. R

    3D [SOLVED] Problems drawing SURFACES in 3D

    Hey all, I've been fiddling around with GMS' 3D abilities lately. I've gotten the basics down and can create some neat looking little environments and whatnot. However, all of this is for implementation into a game project which makes heavy use of surface drawing. The problem is that every time...
  4. S

    3D 3D sprite NEED HELP

    Hi. This is my first time posting to the forums. Don't mind the health bar. I fixed that. (This is an early screenshot) anyway. The left torch is supposed to change lighting. it should animate in a way that would make the flame move around a little bit. I used the code from heart beast to get...
  5. S

    Pathfinding error till version 1.6.1657

    Hello everyone! I am struggling with a problem i can not solve on my own. Maybe someone of you with much more programming knowledge can help me out. I am programming a platformer Game. My pathfinding code give me an error. I figured out that all versions below 1.4.1567 does not have this...
  6. Y

    Collision for motion_set movement

    So I'm attempting to create virtual controls for a top-down shooter base engine that I'm working on based on a tutorial series I found, using a virtual "joypad" on my Android tablet screen to control the angle of the player's movement. I am avoiding from using solids as per the advice of several...
  7. M

    Problem at building for Android

    Hi! This message appeared after i tried to build for android, what can i do? * What went wrong: Execution failed for task ':com.Fantasy4Life.PandaRun:compileReleaseJavaWithJavac'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the...
  8. A

    [SOLVED] - Scr showing as Orange (not blue) and won't execute in event

    Hello. Thanks kindly in advance for anyone reading this, and especially if you can help. I did try searching forums for "script not executing" or "script won't work" etc... but couldn't find a previous thread that helped. So I decided I'd ask. Problem: Attempting to execute script in a...
  9. darijs1

    Major surface problem...

    basically my game is a top down 2d shooter. first i had made a simple room (map) from tiles. then later i added a day night cycle, which contains something related to drawing a surface (copy pased from tutorial). And finally i decided to add some blood and gore...aaand...see the picture for...
  10. S

    Specific Objects

    I am doing a project with raycasting, and I need to find a unique id of the object hit by a collision line is that possible? And, if so how?
  11. M

    A new problem XD, Help =(

    Yeah i know, i'm having a lot of problems lately but i'm assure you it's because i'm new at this scene so please help me. I got another error while building to android and i don't know how solve this one, i fixed the last error i already asked here but now this one i dont have any idea what to...
  12. A

    Very weird and interesting (X,Y) problem

    (click to get the bigger version or press here) (number in the left-up corner is the target location, middle one is X,Y of the red square, and the last one is the X,Y of the green square) So, the red square has a code which moves it towards a random location (which is constant 4,7 because I...
  13. I

    Text with sound

    how do you put sound with text, for example if I want to have a sound that played with each letter?
  14. Gamerev147

    Graphics Top Down Wall Sprite

    I've been needing to re-do my wall sprites in my top down shooter video game called Warcraze. I'm not very good at art (i have someone doing my art for me). Does anyone have an example of a top down wall sprite or even one that I can use? I need something to match my graphics now, so I've...
  15. M

    I need help with two things =D

    Hi First of all i wanna thank everybody that helped me in my first post here about use the alerts to creat a loop by time, helped me a lot and made the whole game making more easy. Now i want to ask two new questions and i hope you guys can help me. 1- I need to create only one line of...
  16. S

    Idea is it possible to make a RPG without the rpg yoyo engine?

    hello, im new to GameMaker and saw the RPG engine thing. was wondering is it possible to make a rpg without it, or is it a must need to make one. i have an idea for one but im new everything so may take time beforehand, [if im in wrong forum forgive me, also sorry about the prefix.... i got...
  17. P

    Need some help on sprite collision and animation.

    I was recently working and understanding on how to code movement and collision in GameMaker when I ran into an issue with one of my sprite/images being activated. Basically, if the players vertical speed is decreasing, it would activate a image of falling, but the problem is, when the player...
  18. C

    Game Maker Studio wont run game to play test

    After programming a few hit boxes and animations into my game, wanted to test to see if it worked. Went to run game, to see it not pop up but the compiler says it compiles fine. Bellow is what the compiler gives me when i "run" the game... wont pop up in the debugger mode either just gives me a...
  19. E

    Legacy GM Custom Fonts

    Hello! I was wondering I just downloaded and installed a new font to my computer. So I used it in my game. My question is will that font come with the game or will others have to fined it on the internet and install to play my game?
  20. R

    Legacy GM Switching between Idle and Walking

    Hello! I just joined and beggining to program my first game in GM! I'm a total noob soo... I need some help on switching between Idle and Walking animations for my player. I have seperate animations for when my character is walking up, down, left and right, and same goes for idle. I have...
Top