Top Tutorials | New Tutorials | Submit | Login | Register |
Found 337 Tutorials | Most Recent Tutorials |
HTML5 Game Development – Lesson 1 HTML5 tutorial. Starting today we begin a series of articles on game development in HTML5. In our first article we will cover the basics – working with the canvas, creating simple objects, fill, and some linked event handlers by mouse. Good-Tutorials.com lists tens of thousands of tutorials for Photoshop, Flash, Illustrator, and other topics.
How to become a Game Developer using C# and Unity
Unity allows to design game in an environment which is friendly and easy to understand
http://www.webdevelopmenthelp.net/2017/05/game-developer-using-c-and-unity.html- 3576 Hits
- Rating
- Cat:Games
Rollercoaster Game Tutorial
Learn how to create a rollercoaster game
http://github.com/pinkraven/rollercoaster-game/- 39411 Hits
- Rating
- Cat:Games
Animate Zooming Picture
Masking is the one of the best option in the Flash and today I will show you the magic of that by a unique technique to make a zoom effect. I will use
http://www.tutorialbunch.com/flash/animation/animate-zooming-picture.shtml- 41356 Hits
- Rating
- Cat:Animation
How to Make Flash Flipbook of Multiple Languages
It shows how can you merge and convert PDFs of different languages into a multilingual flash flipbook with Kvisoft FlipBook Maker.
http://www.kvisoft.com/tutorials/how-to-make-multilingual-flipbook.html- 38658 Hits
- Rating
- Cat:Animation
Animated Flags in Adobe Flash
Use Adobe Flash to make simple flag animations
http://www.tutorialboneyard.com/Pages/Flash_Animated_Flag.aspx- 40518 Hits
- Rating
- Cat:Animation
Make Ocean Waves in Adobe Flash
Use Flash to make a static ocean image come to life with rippling waves.
http://www.tutorialboneyard.com/Pages/flash_water_effects.aspx- 40805 Hits
- Rating
- Cat:Animation
Flash Analog Clock Animation
Animate a Clock in Adobe Flash
http://www.tutorialboneyard.com/flash-clock-animation- 39564 Hits
- Rating
- Cat:Animation
Colliding Bubbles Game Demo
Adobe Flash Actionscript Game Demo Tutorial
http://www.tutorialboneyard.com/flash-actionscript-tutorial- 40945 Hits
- Rating
- Cat:Actionscript
Design a Game in Flash
This tutorial is about game making in Adobe Flash
http://www.tutorialboneyard.com/flash-shooter-game- 39321 Hits
- Rating
- Cat:Games
Flash Rollover Buttons for Websites
Rollover Button Animations
http://www.tutorialboneyard.com/flash-rollover-buttons- 38243 Hits
- Rating
- Cat:Animation
Flash Text Effects Tutorial
Animate Letters in Adobe Flash
http://www.tutorialboneyard.com/Pages/text_animation_in_flash.aspx- 39252 Hits
- Rating
- Cat:Animation
How to Convert Powerpoint to FlashSWF E-publication
Here you may learn how to convert PowerPoint presentation files into Macromedia Shockwave Flash animation files easily.
http://www.xflip.com/tutorials/convert-powerpoint-to-flash-swf-e-publication.html- 38854 Hits
- Rating
- Cat:3D Effects
How to Make E-catalogue from PDF
This tutorial guides you how to make e catalogue from pdf. You can make digital flip e catalogue by yourself with Kvisoft e catalogue software.
http://www.kvisoft.com/tutorials/make-e-catalogue-from-pdf.html- 38313 Hits
- Rating
- Cat:Third Party Integration
Actionscript 3 and Twitter API
In this post you will learn how to use the ExternalInterface.call() and ExternalInterface.callBack() methods to call the Twitter API using Actionscrip
http://www.ilike2flash.com/2013/01/actionscript-3-and-twitter-api.html- 38442 Hits
- Rating
- Cat:Actionscript
Add texture to cube face in Away3DLite
In this tutorial you will learn how to add textures to the different cube face in Away3DLite with Actionscript 3.
http://www.ilike2flash.com/2012/01/add-texture-to-cube-face-in-away3dlite.html- 38505 Hits
- Rating
- Cat:3D Effects
VideoMaterial on Plane with Away3D
In this tutorial I will provide code for using the VideoMaterial texture on plane with Away3D.
http://www.ilike2flash.com/2011/12/videomaterial-on-plane-with-away3d.html- 37645 Hits
- Rating
- Cat:3D Effects
Panoramic photo in Sphere with Away3D
In this tutorial I will provide a quick example of a panoramic sphere in Away3D 3.6.
http://www.ilike2flash.com/2011/11/panoramic-photo-in-sphere-with-away3d.html- 37849 Hits
- Rating
- Cat:3D Effects
Texturing a sphere in Away3D
In this post I will add a texture to a sphere primitive in Away3D and rotate the sphere around the x axis using the mouse.
http://www.ilike2flash.com/2011/11/texturing-sphere-in-away3d.html- 37785 Hits
- Rating
- Cat:3D Effects
Change Frame rate in Actionscript 3
In this tutorial you will learn how to change Frame rate in Actionscript 3.
http://www.ilike2flash.com/2009/09/change-frame-rate-in-actionscript-3.html- 36915 Hits
- Rating
- Cat:Misc
Drawing lines in Actionscript 3 - part 2
This is a continuation of the previous Drawing lines in AS3 tutorial.
http://www.ilike2flash.com/2009/09/drawing-lines-in-actionscript-3-part-2.html- 40477 Hits
- Rating
- Cat:Special Effects
How to make Halloween Flash Video Gallery
http://www.kvisoft.com/tutorials/how-to-make-halloween-flash-video-gallery.html- 37191 Hits
- Rating
- Cat:Getting Started
How to make Flash flipping book from PDF
Step-by-step guide to show you how to make Flash flipping book from PDF files. Follow these steps and create page-turning effects flip book now!
http://www.kvisoft.com/tutorials/make-flash-flipping-book-from-pdf.html- 37605 Hits
- Rating
- Cat:Getting Started
HTML5 Game Development – Lesson 1
HTML5 tutorial. Starting today we begin a series of articles on game development in HTML5. In our first article we will cover the basics – working with the canvas, creating simple objects, fill, and some linked event handlers by mouse. Also, pay attention at this stage, we will study this basis, not immediately work in 3D with WebGL. But we will get back to WebGL in the future.
In each next article we will make something new. The first time we create an object with seven vertices, in these vertices we will draw circles, we will able to move these vertices with dragging circles. Also we fill our result object with semi-transparent color. I think that this is enough for beginning.
Live Demo
Ok, download the example files and lets start coding !
Step 1. HTML
Here are all html of my demo
index.html
Step 2. CSS
Here are used CSS styles.
css/main.css
Step 3. JS
js/jquery-1.5.2.min.js
We will using jQuery for our demo. This allows easy bind different events (for mouse etc). Next file most important, just because contain all our work with graphic:
js/script.js
I commented all necessary code, so I hope that you will not get lost here.
Live Demo
[sociallocker]
download in package
Flash Game Development Software
[/sociallocker]
Conclusion
Cool, isn’t it? I will be glad to see your thanks and comments. Good luck!
Flash Game Tutorials For Beginners
Hi Shukerullah,
In general, in order to make it responsive we need to resize it, and display the elements of this demo depending of screen size of devices