Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm having a hard time trying to change the colors of the bricks.  Just adding the hex# in the randomize_colors() ex. Randomize_colors([#FF0000], [#00FF00])  only gives me a script error.  What am I missing?  

(+1)

what about:

 randomize_colors("#FF0000", "#00FF00")

?

Thanks!  That (of course) worked.  Guess I need to brush up on my coding skills!