Hi Guys,
Time for another noob question, I want to be able to convert from decimal to hex and vice versa. Is there a math function in Construct 2 that can do it or should I just populate a large look up table?
There is no built in way but you can do it with just a few events, no large look up table needed.
http://dl.dropbox.com/u/5426011/c2/decimalHex.capx
Develop games in your browser. Powerful, performant & highly capable.
That's great thanks, it doesn't make 100% sense for the moment but I'm sure if I keep staring at it and look up some of those functions that it will,
Thanks again.