flash - Actionscript 3 - How To Detect Collision Of Transparent Sprites -


i have sprite shows rectangle , has alpha = 0; , want positively tested collision. possible full transparency , pure flash ?

use bounding box collision checks.

if rectangle of sprite overlaps another, colliding.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -