Free AS3 Date Range Picker component v 1

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

, , , , ,

1 Comment

3D Flip Book Planning and Feature

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

, , , ,

7 Comments

Dynamic mesh modification experiment

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/

, , , ,

No Comments

Bitmap Drawing Pad

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 [...]

No Comments

AS3 PNG/JPEG(JPG) Encoder with Pixel density (DPI)

Hi, Here is my AS3 PNG and JPEG(JPG) Encoder with Pixel density (DPI) usage var bmp_data:BitmapData = new BitmapData(500, 500, false, 0xff0000); var png:ByteArray = PNGEncoder.encode(bmp_data, 150);//150 is pixel density in inches (dpi) var jpgEncoder:JPEGEncoder = new JPEGEncoder() var jpg:ByteArray = jpgEncoder.encode(bitmap.bitmapData, 300); Download : Source code : https://github.com/nidin/as3-image-library

11 Comments

Alternativa3D Experiment – 2 (Skin,Skeleton and Animation)

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

No Comments

Alternativa3D Experiment – 1 (Skin,Skeleton and Animation)

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

, ,

1 Comment

War Team Stage3D Game

Hi All, This is my experimental game build with Stage3D DEMO : http://game.infogroupindia.com/  

No Comments

Free AS3 Date chooser/Date Picker Component v4.4.10 revision 1

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 [...]

, , , ,

43 Comments

Open Source AS3 Flip Book – Beta 3

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 = [...]

93 Comments