[Game] Wrath! - Windows Phone 7 Apps and Games

Hi as this is my first game Wrath
http://www.windowsphone.com/en-US/apps/1fd06ea4-4ce0-4af6-b55d-953ef929a913
please provide feedback as i am making Wrath2, thank you

Possibly interesting. I like the idea of collecting items that allow you to shoot and stuff.
I think the controls are a bit wierd. Sometimes it seems to move in the wrong direction. Also, since nav is handled only over the d-pad, it's very hard to play when the ship enters the lower left corner of the screen. Perhaps, being able to nav from touching anywhere on the screen?
Oh, Instructions gives a blank screen titled Instruction, but with no actual instructions on it.
Cyan Lumia 800

anseio said:
Possibly interesting. I like the idea of collecting items that allow you to shoot and stuff.
I think the controls are a bit wierd. Sometimes it seems to move in the wrong direction. Also, since nav is handled only over the d-pad, it's very hard to play when the ship enters the lower left corner of the screen. Perhaps, being able to nav from touching anywhere on the screen?
Oh, Instructions gives a blank screen titled Instruction, but with no actual instructions on it.
Cyan Lumia 800
Click to expand...
Click to collapse
can any1 help me to check the Instruction screen? Coz i dont have a window phone and i opened it in the emulator and it works fine.
About the d-pad controls, yes i am trying to fix it with camera locking on the player.

I'll check it out....thx

Related

Any way to REALLY scroll with thumbwheel ?

Hi !
I'm looking for a way to scroll with the thumbwheel (right now it's just as pressing up/down which does different things depending on the app). I know it could be done, since we have the finger scrolling which works as a REAL scroll, so if moving the thumb down would act the same as finger scrolling for 1cm, for example, than it would be a real scroll.
BTW: as i'm typing this, i'm starting to program an app to do it, so if i don't find a solution, i'l make one myself... muahahaha(evil laugh)... of course i'll share it... free.
Please tell me if you know a solution, so i don't waste my nights programming (again).
Thanks,
RPG
i haven't been able to find a solution and I looked high to low. I think the wheel should be more like a page down than arrow down.
I have never understood why you can't get it to go vertically. It does it on the program and settings but not on the today screen.
I think you are onto something here.
I saw one of the button mapping programs that allowed you to assign screen actions to buttons, but I am not sure how well it would work. If it did, I would imagine it could be pretty quirky and not the most efficient way to do in things, since you be basically reinterpreting another event. Sounds like it might be useful, but I would suggest maybe providing the ability to to toggle between the normal behavior and the true scrolling by double clicking the jog wheel button.

[REF]Capacitive touchpad apps

Since there IS a topic about using the G-sensor, I guess it is a good idea to come up with a thread about using the capacative touchpad of the diamond.
Since the test-tools were out, we saw that the left and right part of the centre-button is a multi-touch enabled touchpad.
It could be used in so many ways, for gestures, extra 'hardware' keys, etc. That's the reason for this topic.
Hey, I reverse engineered the Nav wheel. It may be multitouch, but the raw data I get back from the Diamond does not indicate that it is. The only data I was able to retrieve is rotations per second. I also have not figured out how to reverse engineer the center button.
Koush said:
Hey, I reverse engineered the Nav wheel. It may be multitouch, but the raw data I get back from the Diamond does not indicate that it is. The only data I was able to retrieve is rotations per second. I also have not figured out how to reverse engineer the center button.
Click to expand...
Click to collapse
Maybe you have already seen it .. but check out the 'NavDbgTool.exe' here...
http://wiki.xda-developers.com/index.php?pagename=Diamond_Testing_Tool
Riel said:
Since there IS a topic about using the G-sensor, I guess it is a good idea to come up with a thread about using the capacative touchpad of the diamond.
Since the test-tools were out, we saw that the left and right part of the centre-button is a multi-touch enabled touchpad.
It could be used in so many ways, for gestures, extra 'hardware' keys, etc. That's the reason for this topic.
Click to expand...
Click to collapse
Good idea ! I was thinking about starting such topic..
What about a unlocker ? If you slide your finger from Home key to the Answer key and at the same time you slide your other finger from the Back key to the Don't Answer key ? Could be nice.. just an idea!
What I have seen, that is quite hard, since above and below the nav-pad is no touch-pad. It sees it as 'nav-pad action' then.
I thought of navigating in another way.
What multitouch-applications do there exist, and are any of them usable for the limited space we have besides the nav-wheel?
It DOES give 4 extra 'hardware' keys. Even key-combinations can be made
Maybe some genious will find a slick way of text-inputting via the 2 pads !
Just give it a small kick upwards
Dont let this topic die?
I was just looking at this for a bit, think I get some clues about how to get the data. I have a time-problem, though Will probably be a while before I pick it up again.
However, I think I saw Schaps mention he is using it in his new touchxperience UI, that'd mean he knows how to do it. Why not just ask him?
I can see one use already. Capacitive sensors are more responsive than resistive screens, so it would be cool to use this in place of touching the screen to scroll through touchflo3d tabs.
Surur
Does any one know if this is implemented in the touch pro? and if so, in what way? Maybe we will inherit whatever the pro has to offer in this regard.
YESSSS!
This is awsome!
Did you guyzz see the vid vid?
Unlocking the Diamond with no Hard button touch at alll?.
Cheers fellasss
Nice, looking forward to a nice task manager and launcher mouse pad thing in the future!
A mouse like on the Samsung Omnia would be a good idea.
Surur
Not really multitouch
OK, I've download the NavDBG tool and played with it... strictly speaking this isn't multitouch, or not multitouch in the way that the apple looks at it. It's single touch but split into 3 areas. Basically imagine the button area at the bottom of the diamond is split into 3 columns.
You have 3 single touch areas:
1) On the left with the home and dial buttons
2) In the middle tracking outside the circle or also detecting a touch (not a button press) inside the circle. If you finger touches both outside and inside the circle, outside the circle takes precedence
3) On the right with the back and hangup buttons.
The multitouch impression comes from the fact that all 3 of these single touch areas can be used simultaneously.
This doesn't in my opinion open up brilliant options in terms of pinch to shrink spread to enlarge ala apple, but it does mean that a device fairly limited in terms of buttons could get a lot of good enhancements to useability.
My biggest annoyance with the device is when you are trying to gesture in TF3D or in an app (eg scrolling in opera) and it decides you've tapped mid gesture and follows a link etc, using the louch sensitive lower areas for gestures would eliminate this problem and make for a much better user experience (in my opinion).
Also, for games, the potential to use the touch sensitive lower area for a range of game controls would be great.
So all good stuff, but not strictly speaking multitouch.
edit: Additionally it seems to only see a narrow horizontal band in the middle (wheel) section. Interestingly it seems to register about 1cm on each side of the wheel and inside the button, it seems to infer rotation around the wheel based on the finger movements as it crosses these areas.
space123monkey said:
This doesn't in my opinion open up brilliant options in terms of pinch to shrink spread to enlarge ala apple
Click to expand...
Click to collapse
Seeing how small the pad area it, this would still work, just with fingers on different sensitive areas. If fact, this sounds like a perfect first implementation - zooming in Opera Mobile (although a bit senseless since the scroll wheel works with one hand while pinching will need two).
Surur
i think the biggest advantage of this revelation will the benefit of some new added buttons. I can think of a few uses for them too.
left/right touch to
move fwd/back through tabs in opera
skip fwd/back tracks in music player
pounding the hell out of when playing daily thompsons decathalon (if anyone remembers that great 80's game)
I remember reading somewhere that someone is preparing a SDK for this. I think it's very important since we have almost no programmable keys. This can be used as extra keys. Any news on this front?
aydc said:
I remember reading somewhere that someone is preparing a SDK for this. I think it's very important since we have almost no programmable keys. This can be used as extra keys. Any news on this front?
Click to expand...
Click to collapse
I would love to see this!
My full on support.
I was thinking of using the touchpanels for a mousepointer control!
I know, when browsing opera, my fingers are too fat to click small links.
Must keep zooming.
I wonder if it was possible to pop up a mouse cursor, and move it with one small touch-panel. The other panel for left and rightclicks.
I have held my diamond with that idea, and I think it is very useful and finger-friendly!
CapacitiveFingerLock
I did make a Proof of Concept of CapacativeFingerLock. This one gives another possibility of locking/unlocking the Touch Diamond or Touch Pro.

Lock Screen Ophone on G1

My question is simple :
Is it possible porting lock screen ophone on g1. for compete iphone.
Look those images please:
Please tell me something
A little more interesting is the floating "O" on the standby screen. According to the description, docking the "O" onto the ring in the static bar below will activate the software. This could mean some sort of locking interface that Apple disengages with a horizontal swipe.
http://news.cnet.com/lenovos-android...k-like-iphone/
What do you think of this screen lock
One response
Thanks
If this is posted in the wrong section, I apologize
im more interested in how they got it running on a magic
ahmitoo said:
Please tell me something
A little more interesting is the floating "O" on the standby screen. According to the description, docking the "O" onto the ring in the static bar below will activate the software. This could mean some sort of locking interface that Apple disengages with a horizontal swipe.
http://news.cnet.com/lenovos-android...k-like-iphone/
What do you think of this screen lock
One response
Thanks
Click to expand...
Click to collapse
Bad link.......
That is a pretty sick lock screen. How can u get it on the G1?
Ho guys this is a future lockscreen fashion why I have no support
GO GO GO GO

Map Cycle

Uhm...i dont have the arrows at the bottom of my map to easily cycle through the multiple search results. Was it taken out? Do i need to enable it (can see options/layers/labs)?
I am missing this as well. As a slightly less useful alternative, you can swipe left or right on the "detail" screen after clicking into one of search results to rotate through the results.
I was just looking for this too. Did they take it out? It's not there anymore when you do a search. How else are you supposed to scroll thru results? Seems like a very stupid thing to remove.
mattb3 said:
I am missing this as well. As a slightly less useful alternative, you can swipe left or right on the "detail" screen after clicking into one of search results to rotate through the results.
Click to expand...
Click to collapse
Cool. Thanks for the tip. Sucks that they took our the arrows...would rather have had them remove the zoom buttons!

Any trick to get pen window to work easily?

Maybe I'm doing it wrong, but I have a heck of a time swiping from the top corner to reduce an app into pen window. Try it in chrome and see what you get.
I either end up pulling the notification shade or swiping tabs. After 10 tries I might get the window. what am missing?
If your talking about pop up window I was having the same problem, here's what you do.. Swipe the corner of either the right or left side down but go ABOVE the screen a little start from the bezel where there's no screen and you should get it every time.. Hope this helps
Yeah that's it. Sorry, they used to call it pen window on note 3.
I'm still struggling with it.
Lol im opposite of you. They get swype too easily!....though I wonder if screen sensitivity increase have anything to do with it
It also doesn't work on everything.. No homescreen, you have to be on the browser or other applications for it to work..
Pen window was a different thing all. Together where you would draw a little box with the pen and a few applications would come up, this you don't need to use the pen for it to work, so if you're using the pen it might make it harder try what I said using your finger and see if it helps..
I'm not using the pen at all. I just tried it a bunch of times and I get better results (not 100% but much better) if I swipe quicker and from the corner of the PHONE, not the corner of the screen. Just about what Melissa recommended. But for me speed seems to factor in too.
Good I'm glad it's working better for ya! ?
Try near very corner, where it says PM/AM ...starting from the status bar...pull down past the bar, then i towards the center. You'll notice that if you go straight down the shade won't move.
That's usually where I reach to pull the shade down and kept wondering why it wouldn't come down the first time I try it.
are there any videos or picture tutorials of this? I'm really having problems. Granted this is my first Note device, but I haven't ever gotten it to work even one time.
rabilancia said:
are there any videos or picture tutorials of this? I'm really having problems. Granted this is my first Note device, but I haven't ever gotten it to work even one time.
Click to expand...
Click to collapse
It really is as easy as it sounds. Put your index finger over the front facing camera in the upper right corner of the phone then slide your finger diagonally across the screen towards the bottom left. Works for me every time as long as the app support it. Not all apps work so make sure you are using a supported multi-window app.
rabilancia said:
are there any videos or picture tutorials of this? I'm really having problems. Granted this is my first Note device, but I haven't ever gotten it to work even one time.
Click to expand...
Click to collapse
Yeah, there are 'dead' zones on both ends of the status bar. After you pull down from the dead zone, just swipe towards the center. You can actually pull down about 1/2 inch and it will still work.
I'm very embarrassed to report back, but I had never turned on "Multi-Window." Perhaps my noobiness will help someone else!
Thanks to all those who offered help!

Categories

Resources