As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Im looking into making a game with HTML5 canvas. Does anyone know any good sites or tutorials on how to make a player move around the screen with the arrow keys? I cant seem to find a decent tutorial on how to handle the key events?
this is pretty good:
http://impactjs.com/documentation/animations
the ideas of how to do animation are there.
for keybaoard events:
http://html5.litten.com/moving-shapes-on-the-html5-canvas-with-the-keyboard/
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to develop a game with rooms. And I'd like to use a framework for that.
I've searched for good frameworks but not found what I need. Can anybody suggest something? thanks
First, take a look on HTML engines. Some frameworks is craftyjs and melonJS.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the recommended FPS(Frame rate) to use in flash applications?
Both for games and for simple applications.
Let's assume that even simple applications are yet flash applications and they do use animations.
There's no absolute answer to this question, but I will chime in with my approach.
Banner ads: 18fps
Applications: 32fps
High-end animations: 60fps
Games: Depends on the overhead. Ideally you test your game out and continuously push your FPS higher until you start to see lag.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
As the great development of HTML5,I think it is the right time to learn much more about HTML5, so can you tell me some good sites which introduce much knowledge about HTML5. thx a millious,my friends
You should google for it. Still I would suggest -
http://diveintohtml5.info/
http://html5doctor.com/
www.w3school.com is also best site for learning HTML5
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know of a library for iOS platform that converts HTML to PDF? I need fairly basic functionality.
Ended up creating my own PDF. It is quite easy to do with Quartz2D. Still happy to know if anyone knows a good library.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Has anyone created HTML microformats for video and video overlays including:
Video File
Links with timecode (start/end) and screen region
Thanks,
Michael
There are a few examples at the MF wiki - do they help at all?
Here's what I found that best suites my needs: Apple's Final Cut Pro XML Format.