Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Hi,

https://imgur.com/a/tyAdBNz

Thank you so much. I will try.

I have another issue with bubbles. Every time its so far from the object.

Step event: 

if (!played) {
if (hatman.visible==true) {
if !textbox_exists() {
 
textbox_create(text[0]);
textbox_set_bubble(noone,c_white,c_black,1,example_font,23,bubble_width,id);
played=true;
}
} }

Create:


// You can write your code in this editor
/// @description Variables
image_speed = 0;
text[0] = "";
bubble_width = 150;
played=false;


Creation code: 

bubble_width = 230;
text[0] = "Hey little one, come here!";