Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

gregglesaurus

5
Posts
1
Followers
4
Following
A member registered Nov 10, 2017

Recent community posts

Well done! I loved this. :) 

Hey there! :)

I was looking at the wave effect, and I noticed that it was just making the whole word move up and down as opposed to by character. I managed to fix it by adding +cc in the Draw GUI event for the "wave case" - like it does in the "wave AND colour shift case" - so it reads: 

case 2: //wave
var so = t + cc;

Love your work!

Thanks heaps! :) I'll shoot you an email with my project.

So I managed to get the text box to display by turning off this CRT shader I'm using. But it's very tiny - I'm assuming that's because of the scaling options in the Create event of the obj_textbox, so I just need to tweak those a little. 

(1 edit)

This is wonderful! :) Thank you so much for making and sharing with us. 

For some reason when I import it into my existing project, and run it, the text boxes aren't appearing. I have an object set up to trigger a textevent when the player object collides with it, and I can hear the sound effects playing, and when I press E, I can hear that it's going to the next section, but I still can't see anything. Any ideas why? Sorry, I know that's kind of vague, but if there's any other info I can give you to help you help me, please let me know!