Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i am new to j2me and i creating snowboarding game for my device. so, how can i implement jump functionality on Fire key press?

Any help??

thanks..

share|improve this question
3  
That's incredibly vague. Could you provide some code and some background? – Jules Feb 2 '11 at 12:22

closed as not a real question by Blaise Doughan, Marc Gravell Feb 2 '11 at 13:20

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, see the FAQ.

1 Answer

Use the SnowboardGame API

SnowBoarder bob = new SnowBoarder("Bob");

SnowboardGame snowboardGame = new SnowboardGame();
snowboardGame.setCharacter(bob);

snowboardGame.startRace();

bob.jump(FIRE_KEY);
share|improve this answer
1  
Come on, don't vote down sarkasm. – Herr K Feb 2 '11 at 12:29
@user It's a bit ridiculous that you got three upvotes for a non-answer – Michael Mrozek Feb 3 '11 at 5:47
Fledge the ledge, what a belter – funkybro Dec 20 '12 at 16:25

Not the answer you're looking for? Browse other questions tagged or ask your own question.