Archive for category FLASH
Free AS3 Date Range Picker component v 1
Posted by Nidin Vinayak in ActionScript 3, FLASH on May 9, 2013
Hi All, Here is the new variant of as3 date picker. the new open source as3 date range picker This movie requires Flash Player 11.3 Download SWC : Download Demo : Source code : https://github.com/nidin/as3-date-range-picker
3D Flip Book Planning and Feature
Posted by Nidin Vinayak in ActionScript 3, FLASH, Stage3D on February 13, 2013
Hi Folks, I am planning to build a 3D version of flipbook if anybody have any suggestion and feature list please share with me. you can comment on this post. Primary Goals Away3D Flip book engine
Dynamic mesh modification experiment
Posted by Nidin Vinayak in ActionScript 3, FLASH, Stage3D on February 12, 2013
Hi Folks, I am working on Dynamic mesh modification with away3d. My aim is to modify mesh while an object is colliding with another object Experiment Demo http://game.infogroupindia.com/away3d/d2/
Bitmap Drawing Pad
Posted by Nidin Vinayak in ActionScript 3, FLASH on January 10, 2013
Hi Folks, Here is a class to draw patterns in bitmap package nid.tools { import flash.display.BitmapData; import flash.display.Bitmap; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Rectangle; import flash.utils.ByteArray; import flash.utils.Endian; /** * … * @author Nidin Vinayakan */ public class Pencil { private var canvas:Bitmap; private var drawRect:Rectangle; private var pattern:ByteArray; private var [...]
AS3 PNG Encoder with Pixel density (DPI)
Posted by Nidin Vinayak in ActionScript 3, FLASH on September 14, 2012
Hi, Here is my AS3 PNG Encoder with Pixel density (DPI) usage import nid.dip.AdvancedPNGEncoder; var bmp_data:BitmapData = new BitmapData(500, 500, false, 0xff0000); var png:ByteArray = AdvancedPNGEncoder.encode(bmp_data, 150);//150 is pixel density in inches (dpi) Download : Source code : https://github.com/nidin/as3-image-library
Alternativa3D Experiment – 2 (Skin,Skeleton and Animation)
Posted by Nidin Vinayak in ActionScript 3, FLASH, Stage3D on September 14, 2012
Hi An experiment done with alternativa3d this experiment using following features of alternativa3d Skin Skeleton Animation link :- http://game.infogroupindia.com/a3d/exp2 This movie requires Flash Player 11.3
Alternativa3D Experiment – 1 (Skin,Skeleton and Animation)
Posted by Nidin Vinayak in ActionScript 3, FLASH, Stage3D on September 13, 2012
Hi An experiment done with alternativa3d this experiment using following features of alternativa3d Skin Skeleton Animation link :- http://game.infogroupindia.com/a3d/ This movie requires Flash Player 11.3
War Team Stage3D Game
Posted by Nidin Vinayak in ActionScript 3, Stage3D on August 16, 2012
Hi All, This is my experimental game build with Stage3D DEMO : http://game.infogroupindia.com/
Free AS3 Date chooser/Date Picker Component v4.4.10 revision 1
Posted by Nidin Vinayak in ActionScript 3, FLASH on March 12, 2012
CURRENT VERSION 4.4.10 revision 1 V5 UNDER CONSTRUCTION Hi all, New Version of AS3 Date Picker Released. This movie requires Flash Player 11.3 you can customize lot more things in it, Import Date Chooser class and event class import nid.ui.controls.DatePicker; import nid.events.CalendarEvent; Customize calendar icon dynamically. [Embed(source = "../asset/20x20_light_blue.png")] private var icon:Class; Dynamic Date Chooser [...]
Open Source AS3 Flip Book – Beta 3
Posted by Nidin Vinayak in ActionScript 3, FLASH on January 19, 2012
Hi all, Here is my new open source flip book written in as3 , Features Virtual 3D page flipping Click and drag flipping Single click flipping Bookmarks Hard Cover Large Cover Background Music Auto flip more coming…. Source code released Source code : https://github.com/nidin/as3-flip-book private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); // entry point flipbook = [...]
