sprite tapped on in xna [closed] - windows-phone-7.1

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to get the sprite tapped in xna for WP7 ? how to detect which sprite is tapped on? I want to get the sprite id or anything which give me the reference of that particular sprite which i tapped on.

There's no out-of-the-box way to do that using XNA. You'll have to get the tap coordinates, then manually check if there's a sprite in those coordinates.

Related

play video with UIimageview [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
You can play video in a UIImageView?? for example:
No, an image view is for images. You can have a set of animated images but you can't play an actual video.
You could use a MPMoviePlayerController to play a true video and add its view in place of the image view.

ios google maps dont allow to add images onto it [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to put static image using imageview on google maps. but its not displaying that image. so there is any idea to put up imageview on google map ? thanks in advance. plz help
You can use a ground overlay or marker (depending on if you want it to scale with the map or not), but these both use a UIImage, not a UIImageView.

How to make UIProgressView standard rectangle, without rounded corners? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
The UIProgressView by default has rounded corners.
How can I get rid of those rounded corners? I wish to have a standard rectangle view.
I have tried progressView.layer.cornerRadius = 0;, but no use.
You have to subclass UIProgressView and override drawRect.
EDIT 08/31/2016:
Here was a tutorial
;-)
Come on: This one is from 2012, the Question is closed, iOS had a few updates and so had the SDK and the ProgressView API, we're (hopefully) using swift now ... and yes: The link is broken. So, feel free to downvote this one, but ask yourself, if a non-broken link would really solve your problem.

How to get Pixels of UIImage [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am pretty new on this platform. i am working on a project in which i have to perform following task.
1.) show an image on UIIMageView which is selected from photolibrary.(completed.)
2.) take a UILAbel and show the pixel of selected Image. (That's what i want to know who to do.)
3.) save in photolibrary(completed).
Thanks in advance.
HI you said u want to get the area of the image then what about the periperals means by using gestures u want to get measure the area of the image or you want measure someother way please let me know.
if based on finger moments you want to measure the area ok fine you can by using the locationinview method you can find the gesture starting point location values and gesture ending point locationvalues based on these you can find the area.

Positive feedback [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I have a matching game, where a user can drag the answer from the left column to the right.
I'd like to provide some positive feedback to the user with some eye candy.
I'm thinking of the letters on the right-hand side exploding like fireworks, or doing some sort of animation, like running off the screen in a random direction.
You know, fireworks like what happens when you win at Spider-Solitaire.
Why not freeze both the letters (into ice cubes) when they are matches - and then have them both drop down and off the screen. You could then do variants every 5 or 10 matches, like the pair bursting into flames or developing a balloon that carried them up and out of the screen.

Resources