Articles Tagged "Bug"

Spin the Black Circle Rotation Bug

It's not often that 2 disparate articles on PixelWit.com coincide so I thought I'd tell you about my recent experience.

In my Ten Fun Flash Games article I mentioned a game called Spin the Black Circle. In another article about my experience with a Flash Rotation Bug I said, "I'm surprised I haven't heard more about this particular bug since the conditions which cause it would seem fairly common." Well guess what.... The Flash Rotation bug can also be found in the Spin the Black Circle game.

If you happen to know the developer Alejandro Guillen and would like to tell him about it, or if you just want to see the bug for yourself you can do the following ...
Read More

Flash Rotation Bug (with Fix)

I recently ran into a nasty "little" bug in Flash that happened to eat up a "big" chunk of my time. I'm surprised I haven't heard more about this particular bug since the conditions which cause it would seem fairly common.

Let's say you're using an onEnterFrame event to count frames as they pass with code like this:

//
//
var count = 0;
onEnterFrame = function(){
	count++;
}
//
//

Now let's suppose we want to rotate an arrow 1 degree every time a frame passes. We could write code like the following: ...
Read More

© Sean O'Shell 2007-2008