Common help on browser events

I think I need to draw attention to one of the most annoying things about browser events. The mouse x y position is relative to the camera, so you have to do a bunch of math to figure out angles and locations if you are moving your camera. Don’t get me wrong, I love this extension but I really need help with this. I really would like for a block to do this to be added to sprite utils or browser events. I just can’t figure out the maths

3 Likes

The math isn’t too complicated! Here it is if you need it.

2 Likes

Thanks so much!

1 Like