In any case, it's pretty cool. I'm already making a ptotoype using it, but I decided to use a bunch of webgl so it would never probably run properly on android anyway!
Take a look:
By the way, would it be possible to add a gradient color option to the background instead of plain black? So it looks like this starfield effect? effect-radial-starfield_t128707?&hilit=starfield
great !!
Yes it's possible , but i must rework the code ... understand the base of this plugin...
update routine ();
draw stars..
draw black rect
draw stars
draw black rect
draw stars
draw black rect .... every thick per seconds ... ect etc ..
so if i want gradient , question ? What must i do ?
Answer is :
we must draw gradient instead of "black rect" .... Right ?
can i do this ? YES ...
So tell me what colors you want i can try to do for you ...