PDA

View Full Version : getPixel() setPixel() examples



nih
August 14th, 2005, 07:57 AM
I've been reading through the colour-picker example that's around the net, but I'm still not totally clear on how this works.

Has anyone seen other examples of these functions around yet?

nih
August 14th, 2005, 08:09 AM
As always, I've answered my own question not moments after giving up and posting.

http://www.protozoo.com/?p=181

senocular
August 14th, 2005, 09:06 AM
There IS a thread in this forum called "Flash 8 Online Examples Roundup"
It has many examples; protozoo is linked there

nih
August 14th, 2005, 06:09 PM
I was thinking of more of a tutorial style example, although the source makes it pretty obvious.

I hit a problem. It'll probably be solved shortly, but check my thinking here for me:

I can't use any flash.geom stuff in a class until the Flash 8 IDE comes out since it needs to import the right libraries to be able to compile it. Hence why all of the examples put all the script in the timeline.

I could probably rebuild the class as a stand-alone SWF that I then import, but it seems easier to wait a couple of weeks for the real solution to arrive.

senocular
August 14th, 2005, 09:35 PM
Yeah, I wouldn't expect much just yet. Flash 8 isnt even released. It would be helpful to get a taste of it now, finding out what you can with the examples available, but tutorials and things I wouldn't expect until after Flash is released and probably not a few days or even weeks from that. Just a matter of time :)

Zelwyn
August 25th, 2005, 11:57 PM
I was thinking of more of a tutorial style example, although the source makes it pretty obvious.

I hit a problem. It'll probably be solved shortly, but check my thinking here for me:

I can't use any flash.geom stuff in a class until the Flash 8 IDE comes out since it needs to import the right libraries to be able to compile it. Hence why all of the examples put all the script in the timeline.

I could probably rebuild the class as a stand-alone SWF that I then import, but it seems easier to wait a couple of weeks for the real solution to arrive.

Check out this tutorial (http://www.nwebb.co.uk/nw_htmlsite/index.php?page=browse_tutorial&tutorial=maelstrom1&part=1).