Page 1 of 1

What type of code would I write this in?

PostPosted: Wed Jun 06, 2012 6:35 pm
by athletebydesign
I am looking to create a simple game that flashes a mixture of letters, numbers, and arrows that can all be color customized (one image will only flash at a time).

What kind of code would I have something like this written in for an ipad app?

thanks so much for any insight and help!!!

Re: What type of code would I write this in?

PostPosted: Thu Jun 07, 2012 12:16 am
by skydereign
Well, for coloring, just have your letter/number/arrow animations be white, and you can use gE's rgb to change to the color you want. As for flashing, you can have them flash to white, or create a bright actor around the letter you want, that fades out and destroys itself. To be more specific it'd be helpful to know how you plan to target the individual letters, and if multiple letters/numbers/arrows are on screen at the same time.