PDA

View Full Version : My OOP Bitmap Repeater



Catalist
October 21st, 2006, 12:16 AM
This is nothing compared to the Shasi Framework, but I thought I'd show you just to get a little feedback.
It's my first OOP project using my first class, and my first time to use bitmapData.
http://www.breefield.com/bitMap/LD/holder.html

Edit

I've changed it quite a bit. I tried to create one of those Commodor things, the ones where they had contests to see who could have the most moving bitmaps on stage before the Comedor started smoking.
Then this guy came up with the idea to have rotating bitmaps, then there would only be 16 or so non-moving bitmaps.
www.breefield.com/bitMap/LD/animationHolder.html (http://www.breefield.com/bitMap/LD/animationHolder.html)

This is the source. www.breefield.com/KirupaSource/bitmap.zip

Templarian
October 21st, 2006, 12:26 AM
Yep. Bitmap is a very fun thing to use.

Nice work on it.

A lot easier than you thought isn't it?

Catalist
October 21st, 2006, 12:31 AM
Yep. Bitmap is a very fun thing to use.

Nice work on it.

A lot easier than you thought isn't it?

I just realized, this is in the source expiriments, I thought I put it in showcase. But It's fine.
Yes, AS2 and bitmap is alot easier that I would have expected. I still don't know how to like, setIntervals in my class. But hey...

vectorcinco
October 23rd, 2006, 12:27 PM
can you post the source?

pixi
October 23rd, 2006, 03:46 PM
nice work mate :) Kudos ! -- hey little idea, I think itll look grand if you make the duplicate start fading back to alpha after say 50 cycles, so you see a sort of trail that changes instead of keeping the created clips on the stage.... hope you know what I mean

Templarian
October 23rd, 2006, 05:04 PM
^That would make it way more complicated... that trailing affect is just him not refreshing the bitmap data.

(well not really just move another image at transparecy behind it).

Catalist
October 23rd, 2006, 07:22 PM
I've changed it quite a bit. I tried to create one of those Commodor things, the ones where they had contests to see who could have the most moving bitmaps on stage before the Comedor started smoking.
Then this guy came up with the idea to have rotating bitmaps, then there would only be 16 or so non-moving bitmaps.
Mine turned out pretty good.
www.breefield.com/bitMap/LD/animationHolder.html