115 reputation
110
bio website
location Toronto, Canada
age
visits member for 1 year, 9 months
seen 16 hours ago
stats profile views 21

May
21
comment AS3 Mobile Splash Screen Sound
I'm using Flash Builder to develop the project... as far as I know all I do is put in the .png's with the right name and dimensions and it displays as a splash screen, I don't have any code for it.
May
17
asked AS3 Mobile Splash Screen Sound
Apr
26
answered Invisible Box2d Sprite using Position?
Apr
25
comment Finger Tracking and Gesture Recognizing
Also, when I make a direct call to it from the ccTouchesBegan to the LGImageView touchesBegan its resulting in a loop of touches- So I feel like it's working, but it's not registering when I don't directly call it for some reason? Thoughts?
Apr
25
comment Finger Tracking and Gesture Recognizing
No it's not receiving the touch events. I have the userInteraction property set to YES on each of the SubClassed views (LGImageView). I am recognizing the gestures on gameboard and it is set to userInteraction:YES, exclusiveTouch:YES, and MultiTouch:YES; I have tried with all of those on and off, but still same problem.
Apr
25
comment Finger Tracking and Gesture Recognizing
So I attempted to do this but am not seeing the touches being put through. I subclassed UIImageView and have override all the touch methods. But am not seeing my NSLog statement being output when ccTouchBegan is activated. The finger UIImageViews appear and move slightly, and the gesture is recognized, but I'm not sure if it's the Views swallowing the touch or if my calculation for the View move is wrong. My view move is: UITouch *touch1 = [[touches allObjects] objectAtIndex:0]; CGPoint pt = [touch1 locationInView:_gameBoard]; _fingerHolder1.center = pt; in ccTouchesMoved.
Apr
25
accepted Finger Tracking and Gesture Recognizing
Apr
24
comment Finger Tracking and Gesture Recognizing
My understanding of the touches being swallowed is that the View is not letting the touches through the lower views.... They're following the finger because on ccTouchesMoved I update to move the ImageViews. Not sure what's confusing about it? Correct me if I'm wrong.
Apr
24
asked Finger Tracking and Gesture Recognizing
Apr
14
awarded  Teacher
Mar
25
awarded  Notable Question
Mar
3
awarded  Popular Question
Jan
21
accepted Message sent to Deallocated Instance - in Singleton
Jan
21
asked css swf positioning
Jan
18
accepted as3 embed sound cannot convert to type Class?
Jan
18
comment as3 embed sound cannot convert to type Class?
Ahh, that makes sense- thanks @Luis! I did not test it, but instead compiled my audio files in a .swc and accessed them via that.
Jan
17
comment as3 embed sound cannot convert to type Class?
When I change it to sndClass = sf_warp_finish I can't seem to convert it to a Sound Object to play the sound? What am I missed??
Jan
17
revised as3 embed sound cannot convert to type Class?
deleted 4 characters in body
Jan
17
asked as3 embed sound cannot convert to type Class?
Jan
7
awarded  Popular Question