Tagged Questions
The pixel-perfect tag has no wiki summary.
3
votes
1answer
625 views
How to do pixel perfect collision on many sprites in cocos2d?
in my app I have a player and many enemies (about 100+)..I don't want to use CGRects because it doesn't fits to the enemies. Is there any example how to do pixel perfect collision detection in cocos2d ...
2
votes
3answers
413 views
Pixel perfect (firebug addon) alternative
I've been using pixel perfect for quite a long time, and grown to love it (despite it's annoyances). Now, when pp is no longer compatibile with fx 6, I'm looking for a tool to replace it.
I found ...
2
votes
1answer
539 views
Pixel perfect collision?
Is it possible to do pixel perfect collision in a view based application ? I've been looking for example codes but with no luck... Also can you use colored bitmaps to represent collision for a ...
1
vote
1answer
388 views
Trouble with perfect-pixel collisions with canvas in html5
I think I'm close on this one, but am having some difficulty figuring out specifically what I'm missing. I'm trying to do a "pixel-perfect" collision detection in Canvas. The code is available in ...
1
vote
5answers
839 views
Suggestions for making pixel-perfect CSS layouts?
One business goal requires that I make a form on screen that's pixel-perfect. If a user prints this form, it will exactly match the US Government Printing Office version of the form; the printer will ...
0
votes
0answers
22 views
continue on collision
I've got a problem with my javascript collision detection function. Whenever a collision occurs a fixed object should not move and the player should continue but in other direction so he would go ...
0
votes
2answers
210 views
Pixel Perfect Collision Is Causing Inaccurate Collision With Maze And PacMan
I am creating a PacMan clone just for fun and I am using the pixel perfect collision algorithm to detect when PacMan collides with the maze and the dots (which has not been implemented in the game ...
0
votes
5answers
116 views
How can I achieve pixel-perfect positioning and spacing of textual elements across browsers?
Right now, we are trying to achieve consistent formatting of textarea elements, across Safari/Chrome/Firefox/IE on Mac and Windows. I believe this may be a rabbit hole, since any combination thereof ...
0
votes
1answer
41 views
cacheAsBitmap not working on different stageSizes?
I'm loading a MovieClip which pixels should be displayed perfectly.
Every child of this MovieClip and the MovieClip itself uses only whole integers in position and size.
The funny thing is that even ...
0
votes
0answers
85 views
AndEngine Creating Pixel Perfect Camera
I havn't created camera yet then what would be values for centerX and centerY?
public static Camera createPixelPerfectCamera(final Context pContext, final float pCenterX, final float pCenterY) {
...
0
votes
2answers
6k views
Label Text Alignment in fieldset with CSS
In my fieldset I have labels next (side) to my textboxes, but for some reason, they are towards the top and not middle. Here is my CSS for the fieldset:
fieldset {
clear: both;
font-size: 100%;
...