Games By This Creator

  1. Gml Helper
    Gml Helper
    By cswenson1
    • Rating: 4.0415/5 Stars.

Reviews By This Member

  • Overall Score rating rating rating rating rating rating
  • Graphics rating rating rating rating rating rating
  • Sound rating rating rating rating rating rating
  • Gameplay rating rating rating rating rating rating
  • Story rating rating rating rating rating rating
  • Interface rating rating rating rating rating rating
cswenson1

Hecka fun!!!
Game: Stress Buster
Added: 23 February 2008
Created by: cswenson1

Pros: This game is very fun, graphics are g...
Cons: No custom loading bar, no menu, no st...

Comments By This Member

View Comment

over 2 years ago cswenson1 commented on the game GML Helper

@cjsk8r12 sorry i made this awhile ago... the code is suppose to be: draw_text(0,16,'Score: ' + string(score)) this makes the value of the variable score a string so it can be drawn.

View Comment

over 2 years ago cswenson1 commented on the game The ultimate DnD to GML converter

holey..... dang that is much much much better than mine....

View Comment

over 2 years ago cswenson1 commented on the game GML Helper

@Toby979 for lives, it asks how many u want, and then it will give you the code: lives = [HOWEVER MANY LIVES U PUT] That is the actually code to set lives, lives is just a gobal variable, nothing fancy like a function

View Comment

over 2 years ago cswenson1 commented on the game GML Helper

@BrokenHarpoonGames Just do: variable = get_color(default_color); variable stores the color chosen and default color is what is automaticly selected if the users just says ok without selecting a color(put somthing like c_black or c_white)