| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <!-- | |
| Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. | |
| --> | |
| <html> | |
| <head> | |
| <title>Creating Mobile Games in NetBeans IDE</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > | |
| <link rel="stylesheet" type="text/css" href="../../../netbeans.css"> | |
| <meta name="description" content="This screencast demonstrates the NetBeans IDE Mobile Game Builder tool"> | |
| </head> | |
| <body> | |
| <h1>Creating Mobile Games in NetBeans IDE</h1> | |
| <table> | |
| <tr> | |
| <td class="valign-top"> | |
| <p> | |
| This screencast will show you how to create a Java ME game using the NetBeans Mobile Game Builder and focuses on how to use the game designer to create the visual components of a game such as sprites and tiled layers. This demonstration is based on Lukas Hasik's hands on lab that was given at JavaOne.</p> | |
| <P>Author: Lukas Hasik<br> | |
| Time: 10:21 </p> | |
| <p><a href="https://netbeans.org/project_downloads/usersguide/6400_MobileGame_labdoc.pdf">Create Your Own Mobile Game: Hands on Lab 6400 (pdf)</a></p> | |
| <p><a href="https://netbeans.org/projects/usersguide/downloads/directory/6400_mobilegame">Mobile Game Project zip</a></p> | |
| <p><a href="http://wiki.netbeans.org/CreatingJavaMEGamesWithGameBuilder">NetBeans Mobile Game Builder Guide</a></p> | |
| <div class="feedback-box"><a href="/about/contact_form.html?to=6&subject=Feedback: Screencast - Creating Mobile Games">Send Feedback on This Tutorial</a></div> | |
| </td> | |
| <td width="425" class="valign-top" class="align-center"> | |
| <script src="/images_www/js/mediaplayer-5.2/swfobject.js" type="text/javascript"></script> | |
| <div id="player" > | |
| <center> | |
| <div id="flashContent"></div> | |
| </center> | |
| </div> | |
| <script type="text/javascript"> | |
| $(function(){ | |
| var targetFile='http://bits.netbeans.org/media/gamebuilder.flv'; | |
| var s1 = new SWFObject('/images_www/js/mediaplayer-5.2/player.swf','player','530','340','9'); | |
| s1.addParam('allowfullscreen','true'); | |
| s1.addParam('allowscriptaccess','always'); | |
| s1.addParam('flashvars','file='+targetFile+'&autostart=true'); | |
| s1.write('flashContent'); | |
| }); | |
| </script> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |