Ramis,
The first app idea that I got involves your basic image manipulation.
I just need to fill in a display object with a color, without it filling over the transparent parts. Or I need to replace a color. It’s part of a designing app I’m making the involves changing colors of on screen images.
So far the only way to do this is to use the bitmask thing, and that’s a hack at best.
I will probably just not be able to work on this app (which I really wanted to make, and it was going to be a really great one too), and just focus on what the boundaries are of their api.
Would be nice if yall could put some of this stuff in, particularly a color replacement one-liner.
.replaceColor({255,255,255}, {255,255,0});
That seems cool right? [import]uid: 32936 topic_id: 894 reply_id: 23293[/import]