answered

  1. F

    Question - IDE [Solved] Tiles not respecting transparency.

    Hi! My tiles do not respect transparency when I paint with them in the room. I have looked under the various tools and features and can't seem to find out why this is happening. Gif below: 1) Tile grid doesn't want to reach the entire image. 2) Tiles painted from this don't respect their...
  2. J

    HELP: How do I use mplay_session_create(sesname,playnumb,playername)

    I need help with this as soon as possible, for a school project. I'm using GM 8.1 by the way. Also This is my code: mplay_session_create(Name,P,N); inst = instance_create(0,0,Obj_Datapacket); (inst).Type = "Game Data"; (inst).Name = Name; (inst).P = P; room_goto(Wait_Room)...
  3. F

    Legacy GM ds_list_set ?? (Answered)

    While programming I was adding an object id to a list and instead of typing in ds_list_add my fingers typed in ds_list_set And the color code turned it orange; in my case meaning it was a usable function. There was however, no function code helper at the bottom of the window to show the...
  4. F

    Legacy GM Set Alpha from File

    In the image editor under the menu of [Image] there is a function Set_Image_From_File that does exatly what I need. Is there any way that I can apply this functionality to a background (or sprite) through code? Fodder
Top