Hit-testing (hit detection, picking, or pick correlation) is the process of determining whether a given object intersects another given object shape, line, or curve drawn on the screen.

learn more… | top users | synonyms (1)

0
votes
1answer
19 views

Simulate as3.0 hitTestobject in javascript

Im trying to write a function similar to as3.0's hit test in javascript. I place circles on the screen which is defined in div tags, then I go through all of the circle to see if their positions ...
0
votes
1answer
24 views

hittest, removechild,not visible object remain issue,flash ,as3

HI! I am trying to remove object called '_pokemon'. It should be removed if it get hit ten times by rain falling down called '_jednaLinia' (means '_oneLine'). I do use this code, and yes it does the ...
0
votes
2answers
51 views

Algorithm Help - hit test for small objects

When implementing a selection algorithm in a processing sketch I cycle through each object in the scene and check to see if it is within a few pixel range of where the mouse clicked. There are lots of ...
0
votes
1answer
18 views

ActionScript platformer hitTest

I am making a 2D side scroller in actionscript and this is my first ever project using actionscript so I need a little help. I need to be able to test if there is a collision and where it is. For ...
0
votes
2answers
54 views

Strange issues when using addChild and hitTest with AS3

I am having a couple of problems when adding a child in action script 3. I am currently building a Space Invaders game and I am writing the function that adds the asteroids to the stage. My first ...
0
votes
0answers
27 views

Modifiy the geometry of a hittest result 3D object

I do a hittest to select a 3D object in the Viewport3D, Now I want to modify its geometry. this is the code that i used for hittesting: private void myViewport3d_MouseLeftButtonDown(object sender, ...
4
votes
6answers
144 views

Nested UIScrollViews and event routing

I have 2 scroll views, both of which are supposed to scroll vertically. The outer scroll view (red) contains a search bar and the inner scroll view (blue). The inner scroll view is supposed to scroll ...
1
vote
1answer
38 views

iOS: WEPopoverController in MKMapView

Because i have more than one element to display at a given location in a mapview, i'd like to display a WEPopoverController in the MKMapView when a given MKPinAnnotationView has been selected. ...
0
votes
1answer
47 views

hitTestObject not hitTesting with all MovieClips

Hey guys having a little trouble this might be easier than i am making it out to be. But the problem that i am having is when i hittest my mcPoints with my mcPlayer it is only interacting with 4 out ...
1
vote
1answer
40 views

Some buttons fail hitTest

My interface sometimes has buttons around its periphery. Areas without buttons accept gestures. GestureRecognizers are added to the container view, in viewDidLoad. Here’s how the tapGR is set up: ...
0
votes
1answer
137 views

HitTest Multiple MovieClips with Array

I have a MovieClip exported to ActionScript called smallGainPoints. What i want to do is create multiple instances of this MovieClip on the stage in a linear or diagonal path. When this is ...
0
votes
1answer
79 views

Creating Multiple Levels AS3

Hey Guys so I'm having a little trouble creating Multiple levels. I'm not so sure if im creating them the right way but i have a player and goal_1, goal_2, etc.. Basically when the player ...
0
votes
0answers
16 views

Hitest not registering correctly

I have this character where if you press the A button it attacks. I got the attack button working but im finding problem with the hittest. When the player attack it reaches its arm out and hits but if ...
0
votes
1answer
32 views

How can I get this hittest to work

I'm creating a game where you as the player is holding a baseball bat and when you click the button you swing your bat. When you swing your bat you hit the enemy the enemy goes flying off in the ...
0
votes
0answers
45 views

WPF: Check if two ModelVisual3Ds are mostly overlapping

I have a question regarding WPF programming, and it's with regards to whether we can check if a certain percentage of a shape is intersecting/overlapping with another shape. My intention is to create ...
0
votes
1answer
123 views

AS3 hitTestObject will not register

Hey guys so basically i want to create mulltiple levels and i set up the levels as shown below but for some reason the HittestObject for level_2 is not initiating. I cant pinpoint what i am doing ...
0
votes
1answer
253 views

Find listview column index using HitTestInfo

I'm looking to find the index of the column when I right click on the listview items using this code: Private Sub Source_lvArticles_MouseDown(sender As Object, e As ...
0
votes
1answer
80 views

WPF drag & drop events not getting through if drag target is obscured by other graphics

In the image below, there are 6 orange rectangles, which are acting as drop targets. The blue rectangles are in front of the orange rectangles. Both the blue and orange rectangles are children of the ...
0
votes
1answer
117 views

Why is hitTest not being called when views subview is touched?

I have a view which I'll call parentView which has a subview called childView. Part of childView is outside the bounds of parentView, and childView has a panGestureRecognizer attached to it. I have ...
1
vote
0answers
31 views

Get child of unique parent

I'm currently working on some code for a project. The question is about targeting child with a unique parent. For example. Let's say I have a box people can move called box_mc and 3 platforms it can ...
1
vote
1answer
160 views

AS3 Generating differnet Enemies and bullets hitTest Problems

I'm creating a 2d side scrolling shooter with 4 different types of Enemies and 3 different types of bullets. I'm using a factory class to create the enemies and a for loop inside a for loop to do hit ...
0
votes
1answer
100 views

AS3 obstacles hitTest

Okay, I have read some articles about basic platformer creation, people say it's the hardest part - to make correct collisions at high speeds. Indeed, even if I have 60 fps, an object moving at like ...
0
votes
1answer
158 views

Checking character hit test with all scene objects in AS3

Ok heres my problem and it will take a bit to explain. For class were developing an arcade game in AS3. The university has an arcade machine and the OS on the machine was developed by our teacher ...
0
votes
1answer
110 views

CALayer hitTest with sublayers

I have a structure composed on a root layer and 2 CALayer subclass. These 2 layers contain a layer too. Here a scheme: ROOT LAYER | |------- LAYER A | |---------BG | ...
0
votes
2answers
80 views

How to hitTestObject MC items of an array with a MC target?

I have items in an array, each is a movieclip, which play at delayed intervals of 1 second and a target movieclip (carTarget) controlled by arrow keys where the aim is to avoid a collision with the ...
0
votes
2answers
108 views

how to add hitTestObject statement inside a timer class?

Apologise if this is a very obvious question. I'm wanting to add a hitTestObject if loop to a mini game. The obstacles are 3 items within an array, all 3 are movie clips that play individually in ...
2
votes
1answer
120 views

Get HitTestResult for arbitrary point

I'd like to be able to figure out what object is at an arbitrary (x,y) point in a WebView, preferably without causing anything to change on the page. I'm developing an accessibility app for Android ...
0
votes
1answer
90 views

MovieClip within MovieClips frame change on hitTest

I have a car that drives around a map named "car" that's within a movieclip named "map". I have a character named "player" who has 2 frames, "norm" which contains another movieclip named "playerNorm" ...
0
votes
2answers
69 views

AS3 Return Object currently under another Object without HitTestObject

Is it possible to return the Object that is underneath/in contact with another Object without using hitTestObject ? I'm wondering if I can remove the need to loop through an array of 'active' Objects ...
0
votes
2answers
247 views

Identifying the Type of Touch Gestures from UIEvent Object

Is there a way to gain the type of touch gestures that triggered a UIEvent? So, let's say I intercept a gesture with hitTest:withEvent:. How do I identify what kind of touch (pinch, tap, swipe, etc.) ...
1
vote
3answers
443 views

Flash AS3 hit test go to next frame

I have a object that can be dragged into another object. I have set up a hit test for the collision. When the collision occurs I would like to progress to the next frame however, I have to click on ...
0
votes
2answers
280 views

Touch Events for UITableview

I have a UIView overlaying a subclassed UITableview. The problem is that ,I cant get the tableview to scroll. I have tried overriding touchesBegan,touchesMoved,touchesEnded. I then tried to override ...
0
votes
1answer
148 views

Flash AS3:Constructor functions must be instance method

Hello guys i have a problem and no idea how to fix it :( Can someone tell me how to do it? Constructor functions must be instance methods. So here is my code: package { import ...
0
votes
0answers
56 views

Why doesn't hitTest return the view attached to the window?

Can someone spend a second and give me a pointer please? I've got a UIView attached to a UIWindow, and I'm playing with hitTesting of points (for reasons that are much more complex than I want to get ...
0
votes
0answers
79 views

UIScrollView hitTest override

I have a UIScrollView that scrolls horizontally and has 6 "pages", each page the exact width of the iPad viewport (768.0). Above the UIScrollView I have a UISegmentedControl which allows the user to ...
0
votes
2answers
24 views

ActionScript error: Compile Time Composite not found

I have been frustrated with this simple piece of code for quite some time now. I am just about to give up. Pretty much I am trying to make two objects react when they hit together, however I ...
0
votes
0answers
89 views

Can I change UICollectionViewCell's selection area?

Normally, selection occurs if I tap inside the cell's frame. However, in my case some cells have subviews larger than cells themselves because of a 1.1 scale transform applied to these subviews. I ...
0
votes
0answers
33 views

UIBEZIER losing bounds

i'm trying to do some work with "world file" in my app. i am looking for a method to detect hitting (UIBezierPath, CGPoint). Well drawing the path is actually good and works, but with hitting test i ...
0
votes
2answers
287 views

send touch event to UIviewController stacked in the back

In my app I have 2 transparent UIViewController layers. the first layer contain UIView object that i am trying to recognize by touch with: - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent ...
0
votes
1answer
277 views

as3 TypeError: Error #1009: Cannot access a property or method of a null object reference. -enterframe

i'm making a simple game and i'm still learning as3 i want to hit test object on the stage , bila1 with omidae1 if hittestobject gotoframe all the objects are on the stage with corect instancename, ...
0
votes
0answers
248 views

easeljs - hitTest between 2 images

I am trying to do hitTest between two images in easeljs but hitTest always returnns false. With basic objects like rectangle and circle it works fine but with images it does not. Could you please ...
0
votes
1answer
80 views

actionscript using hitTestObject with if Statements

so i am trying to use hitTestObject and enter_frame to create a "Test" page where the user drags an "answer box to another box, and if the answer is correct it displays the word "correct, if not ...
0
votes
2answers
90 views

test if square overlaps poly in c++ w/ directx (optional)

how would I go about checking to see if a triangular poly is present within a square area? (I.E. picture a grid of squares overlaying a group of 2d polys.) Or even better, how can I determine the ...
0
votes
0answers
76 views

for loop in as3 with hitTestObject doesn't work

So what i am trying to implement is 2 for loop. To be more clear i will explain the game. Lets say i have movie_clipA and movie_clipB. movie_clipA have empty parking places park1,park2,park3 etc.. ...
0
votes
1answer
96 views

Why is the hit test position of a TextBox on a Canvas different from it's actual position?

I have a Canvas with a couple of elements on it like Line, Path and Text Box. In the MouseOver event of the Canvas there's a HitTest for all of them like: bool HitTest( Point p ) { return ...
0
votes
2answers
101 views

Where should my AS3 hitTest go?

I'm making a game in AS3. My document class has two child classes: PhysObject Ground I want to perform a hitTest every frame between PhysObject and Ground but I don't know where to put it. I ...
0
votes
0answers
29 views

check if ball hits object [duplicate]

Possible Duplicate: Circle-Rectangle collision detection (intersection) i'm having this code, using headtrackr.js (https://github.com/auduno/headtrackr) and want to make a soccer game. If ...
1
vote
1answer
144 views

AS3.0 Hittest not registering

I'm having issue with a hittest not registering. I have two arrays of objects, ladderlist and blocklist. I'm checking if my main character, mainchar, hits any of the objects on the enterframe event ...
0
votes
1answer
187 views

AS3 HitTest gotoAndPlay instead of removeChild

I have a HitTestObject that will remove the movieClip(enemy) when hit with a bullet. This is the code: if (hitTestObject(bulletTarget)) { //remove this from the stage if it touches a bullet ...
0
votes
1answer
961 views

Show series value over any point on chart using tooltip c#

So I've seen lots of examples on using tooltip to show chart data when hovering over a data point, but I was hoping to show the values when my mouse is simply over the chart and not necessarily over a ...

1 2 3 4 5