Unity Walkthrough Game Scene (Scenes)

USE ARROW KEYS TO MOVE , SPACE BAR TO JUMP .

It is a game scene where a first person game can easily be made. It is modeled the way the programmer may want to use it. Textures are easy to edit. Textures are unwrapped. Every gameobject has colliders (not only mesh colliders) unless it is not important. Feel free to walk, jump look up and down.

It also includes a small mini game. Get to the point where it says reach here!

Its fun, it is easy to use. You will definitely get an idea how to construct a scene in unity3D.

Yes you can achieve this kind of effect without much scripting!

Download Unity Walkthrough Game Scene (Scenes)

Analog Clock for Unity3d (Objects)


This analog clock is easy to use, easy to customize, and can be set to either run on local time or the time you set.

The whole clock, scripting and all, is neatly contained in an easy-to-use prefab. Just import the .unitypackage and drop it on your scene. All the settings can be modified via the inspector panel – you don’t even need to touch the Javascript.

If you don’t want to use my clock graphics or model, that’s fine too. Just create your clock face and hands, drop on the clock.js script, set just 3 variables in the inspector panel and you’re good to go!

Note: The local time runs off the user’s computer, not the server.

Be sure to also check out my Flash files!

Top Selling Flash Files by DXC381 :

Flash Fine Art Gallery

Custom Flash 404 page Under constructions page

More Flash Files by DXC381 :

Website templates

Image galleries

Utilities

Menus and buttons

Games, Animations, and Preloaders

DXC381 Illustrations

Download Analog Clock for Unity3d (Objects)

History Meter (Banner Rotators)

History Meter is a resizable and dynamic XML driven utility to tell your story in an artistic style. History Meter is fully customizable through dynamic XML file. You can edit almost all items on the stage through XML file (change color, size, opacity etc.).

Features:

  • Resizable
  • XML driven
  • Unlimited milestone support
  • Multiple milestone support per year
  • Edit image scale and shift factor in XML
  • Change background color through XML
  • Unlimited swf/png/jpg/gif supported
  • Prevent XML caching
  • Rounded corners option to fit your designs
  • Add link to each milestone, and set its target
  • You can embed into html or use it inside your flash project
  • Set xml path through FlashVars

Download History Meter (Banner Rotators)

Mini – Solo Intro (Intros)

Share this item:

This state of the minimal art intro comes with the possibility to change its appearance completely to your needs.

The intro is made to be a flexible landing page to introduce and link your visitors to your or your customers website. After being played the intro redirects to the website of your choice.

Customize the background, photo/image, logo, slogans, music, positions, colors through our very good documented and easy to read XML (see example later). There is actually no need to touch the AS3 FLA at all (just use the included SWF ).

The music you will hear is only included in the preview, original music from Paweqq is available here.

For an unique intro, please send us your request through our profile page.

Thank you for your time!!

Features:

  • Smart loading
  • All items colorable
    • Loader
    • Background
    • Slogans (customization works even with HTML font tags)
    • Image frame
    • Pin
    • Tags
  • Load dynamic images via XML
  • + 6 free backgrounds
  • Editable text positions (X-Y coordinate)
  • URL option after the intro
  • Dynamically repositioning on the webstage
  • AS3
  • Easy XML customizing, Example Code:
    <!-- The color of the Pin -->
    <pin color="0x00ff00" />

    <!-- Tags A and B -->
    <taga>
        <setting color="0xffffff" />        <!-- The color of the lines and the Glow Effect -->
        <position text_offset_y="-110" x="150" y="-140" text_offset_x="40" />    <!-- The position, x and y is the position on the whole stage, and the offsets are the offset values from the x and y defined position -->
        <!-- The content can be html formatted text -->
        <content> <![CDATA[<font letterspacing="0"><font color="#ffffff"><b>Tag</b></font> <font color="#ffffff">in any position.</font></font>]]> </content>
    </taga>

Download Mini – Solo Intro (Intros)

3D IMAGE/MEDIA GRID/WALL GALLERY (Image Galleries)

A cool and general purpose 3d image/media grid/wall gallery, with smooth transitions, clean style and lots of XML argument adjust, which is very flexible to satisfy different kinds of needs.
FULL SCREEN PREVIEW

Key Features

3D
1. Carefully treat the interactive behavior in 3d environment. Make the transitions smooth, clean and trustable.
2. The 3D interactive could be adjusted through some arguments, like rotate range, rotate speed and icon pop up z depth.
3. Build with Flash CS4 3D API , which requires no 3rd-part 3d package, makes it very light(only 60kb for the gallery part) and extremely easy to be integrated into your original project or to be modified for your own needs.

APPLICATION
1. XML Driven, Dynamic Smooth Refresh Solution with xml.
2. Support Fullscreen both for the whole application and the video player.
3. These features of the image icon could be customized: the image grid row number and column number, the icon width/height, bg color, border width/height, the width/height between the two icons.
4. Tooltip on/off.
5. Pre/Next functions when in the highlight status.
5. Information text field for the highlight status, with html and scrollbar support, autohide.
6. The icon could be image/swf.
7. The background color and alpha of the whole application could be customized.
9. Carefully treat on memory recycle and performance.
10. Build with AS3 , both support flash cs4+ and flex builder 3+ (with flex sdk 3.4+).
11. Well organized UI resources in fla, good formatted/commented code and documents.

MEDIA
1. The media (video/audio) player used here is a solid one which has been sold on activeden (my product), check it here:
http://activeden.net/item/simple-as3-videoaudio-media-player/129942
With simple style but full functions, makes the media play part become very stable and trustable.
2. Smooth played time seek for video/audio player (an improvement of the NetSteam.time, which is unstable), buffered status included.
3. Draggable for the loaded part.
4. Loop, Autoplay on/off.
5. Play, Pause, FullScreen(for video player) and Sound Control.

XML Node Explanation

GLOBAL SET

<global>
<!--the logo on the up left corner-->
<logo offx="10" res="imgs/logo.png" offy="10" link="http://www.activeden.net" />
<rownum>4</rownum><!--the image row number-->
<colnum>5</colnum><!--the image column number-->
<bgcolor>0x000000</bgcolor><!--the whole background color for the gallery-->
<bgalpha>1</bgalpha><!--the whole background alpha for the gallery-->    
<tooltip>0</tooltip><!--tooltip on/off 0:off,1:on-->
<highlight><!--setting for the highlight part -->
    <maskcolor>0x000000</maskcolor><!--the color of the highlight mask layer-->
    <maskalpha>0.7</maskalpha><!--the alpha of the highlight mask layer-->
</highlight>
<!--The Set for the unit icon (global set)-->
<units>
    <bg>
        <bgcolor>0xeeeeee</bgcolor>
        <bg_highlight_color>0x0098ff</bg_highlight_color>
        <!--the extended part(just like the border) for the image icon-->    
        <extended>
            <width>2</width>
            <height>2</height>
        </extended>
    </bg>
    <width>100</width><!--the icon unit's width and height-->
    <height>75</height>
    <w_tween>25</w_tween><!--the width len bewteen two icon images-->
    <h_tween>25</h_tween><!--the height len bewteen two icon images-->
    <offz>50</offz><!--the unit pop up depth(recommand:0-100)-->
</units>
<threed>
    <!--The Rotation Range Ratio around XAxis,recommand:0.01-0.08-->
    <rotatespanxaxis>0.043</rotatespanxaxis>
    <!--The Rotation Range Ratio around YAxis,recommand:0.01-0.04-->
    <rotatespanyaxis>0.0214</rotatespanyaxis>
    <!--The Rotation Speed around XAxis,recommand:0.1-0.7-->
    <rotatespeedx>0.2</rotatespeedx>
    <!--The Rotation Speed around YAxis,recommand:0.1-0.7-->
    <rotatespeedy>0.2</rotatespeedy>
</threed>
</global>

MEDIA UNIT SET

<!--the image node sample-->
<unit>
<icon>imgs/1_m.jpg</icon>
<media_res>imgs/1_b.jpg</media_res>
<title><![CDATA[The Image Size Set Sample]]> </title>
<information><![CDATA[HTML FORMAT SUPPORT]]> </information>
<link />http://www.activeden.net
<!--optional arguments-->
<!--the image width&height limit,the image will be zoom to this size limit, 
but keep the ratio-->
<width>600</width>
<height>450</height>
</unit>

<!--the video node sample-->
<unit>
<icon>imgs/video_1.jpg</icon>
<media_res>videos/video_1.flv</media_res><!--the media link-->    
<title><![CDATA[The Video/Audio Title]]> </title><!--the media title-->
<information><!--the media information-->
<![CDATA[Html Formatted Support]]> </information>
<link />http://www.activeden.net<!--the jump link for the title field-->
<!--optional arguments-->
<!--the video width&height limit-->
<width>600</width>
<height>450</height>
<autoplay>0</autoplay><!--0:not auto play,1:auto play,default:1-->
<loop>0</loop><!--0:not loop,1:loop,default:0-->            
<bgcolor>0x999999</bgcolor><!--the bgcolor for the player tool bar bg,default: 0xe6e6e6-->    
</unit>

<!--the audio node sample-->
<unit>
<icon>imgs/audio_1.jpg</icon>
<media_res>audios/audio_1.mp3</media_res><!--the media link-->
<title><![CDATA[The Video/Audio Title]]> </title><!--the media title-->
<![CDATA[ Html Formatted Support]]> <!--the media information-->
<link />http://www.activeden.net<!--the jump link for the title field-->
<faceimage>swfs/swf_1.swf</faceimage><!--the face image/swf for the audio player-->
<!--optional arguments-->
<!--the audio face image width&height limit-->
<width>450</width>
<height>350</height>
<autoplay>0</autoplay><!--0:not auto play,1:auto play,default:1-->
<loop>0</loop><!--0:not loop,1:loop,default:0-->
<bgcolor>0xa6c8e2</bgcolor><!--the bgcolor for the player tool bar bg,default: 0xe6e6e6-->
</unit>

Credits

The author of the great preview videos which been used here is Dorde. If you are interested with any of them, you can go to below links to buy:
http://videohive.net/item/end-titles-moonlight-music/61039
http://videohive.net/item/movie-intro/121951

The author of the great preview audios which been used here is Slats. If you are interested with any of them, you can go to below links to buy:
http://audiojungle.net/item/french-guitar-jazz/13832
http://activeden.net/item/electronica-theme/9601

Easy Use Sample

Sample Code 1

//the stage’s align and scalemode setting
stage.align = StageAlign.TOP_LEFT; 
stage.scaleMode = StageScaleMode.NO_SCALE;

//do the init
var imageGallary:ThreeDMediaGridGallery = new ThreeDMediaGridGallery();

imageGallary.init("xmls/config1.xml");//do init before add it to the stage.
addChild(imageGallary);

Sample Code 2 (Smooth Refresh Mode)

//the first init
imageGallary.init(some_xml_address);

//as there is a fade out effect when doing dispose, its need a listen function to get the end of dispose
this.addEventListener("GALLERY_DISPOSE_OVER",galleryDisposeOver);

//….sometimes later
imageGallary.dispose(); //dispose before re-init

private function galleryDisposeOver(evt:Event):void
{
    imageGallary.init(some_other_xml_address);
}

If you have problems using this 3d image/media grid/wall gallery or want to modify the code for your own specific needs, just leave a comment here let me know.

Download 3D IMAGE/MEDIA GRID/WALL GALLERY (Image Galleries)

Professional Horizontal Arc Scroller AS2 and AS3 (3D & Carousel)

This is most likely the most feature rich image/swf horizontal arc scroller you can buy today.

Please view all of the six demo examples and keep in mind all we changed were the XML Settings, that’s all, they are all using the same swf !

With over 110 XML Settings, highly optimized code, AS2 and AS3 versions, tons of features, auto-play, mouse and slider scrolling this is the only horizontal arc scroller you’ll ever need.

This product can be used within your flash project or stand-alone embedded in your html site.

Don’t get scared by the amount of settings, once you download it you’ll see that it’s very easy to use and edit and every setting is clearly explained in the help file. Easy to use for beginners and an amazingly powerful tool for advanced users !

Main Features & Highlights

– You get both AS2 and AS3 versions of the product so you can use it in any project
– Over 110 XML Settings, you can pretty much control everything from the XML without any need to edit in Flash
– Ability to have advanced effects on both the hover item and the other items (for ex. make the hover item larger and sharper and at the same time make all the others smaller, blurred and desaturated)
– Ability to have multiple types of actions, like opening urls, control flash movie clips, javascript calls, even create/use your own click functions with ease.
– Supports English, German, French, Spanish, Portuguese, Russian etc. (it can display all the common special characters)
– Autoplay with multiple options
– Can display square images, transparent pngs
– Total control over the arc geometric properties and behavior
– HTML Formatted tooltip text gives you the ability to format it however you want, use colors, bold, italic etc. (even small images)
– Comprehensive 20 page help in ms doc, pdf and html formats
+ so, so much more

Supported XML Settings (110+):

As you can imagine with this many settings it would take ages to describe everything in detail, so here’s a quick outline. Please look over the xml sample & help file links at the bottom of the description for more details.
– product width and height (resizable with the ability to take up the entire window automatically)
– horizontal and vertical alignment of the arc scroller as well as fine-tuning (pixel level) of its position
– arc radius, elevation (arc height, can go up, down or have it straight) and arc angle controls
– change the position of the middle of the arc (so you can create elipses instead of semi-circles)
– distance between the items
– control the zoom, alpha and blur of the edge items (the “disappear” effect)
– set the percentage of the arc diameter where the items are not transformed (very important, adds a lot of flexibility)
– initial item string position as well as left and right padding of the item string
– maximum movement (scroll) speed and delay after mouse out
– ability to increase the vertical hover zone and fine-tune it’s position (pixel level) as well as control the percentage of the middle deadzone
– scroll with mouse on/off and ability to show or hide a hover zone debug area
– ability to bring the edge or center items to front in the stacking order (check out preview #6 as an example)
– ability to have a solid color, image/swf background (with original or stretch scaling) or no background
– item width and height as well as default item zoom
– select item on click on/off and swap depths on hover (bring to front)
– stroke size, color and alpha for all states (normal, mouse-over and selected) as well as the ability to use glow effect in order to apply shape stroke for transparent png images (awesome)
– loader animation color, scale, alpha and rotation speed
– item reflections on/off, reflection distance, reflection alpha, reflection height, reflection blur (separate x and y blur settings), top and bottom alpha, mask size, mask gradient balance, mask angle (cool and innovative settings, you can obtain some really amazing reflections)
– tooltips can be always on, show up on mouse-over, follow mouse or stay with the item, can be disabled
– tooltips can scale with the item or not, they can be positioned on top, bottom, left and right and also aligned as you want on each of the sides and on top of that you can also fine-tune the X and Y axis offset
– you can have square or rounded corners and you can also apply effects on the tooltip background (like glow, blur etc.)
– you can set the tooltip text padding in regards to the background as well as the default text alignment
– you can set the default text size and default color (global settings for increased flexibility, overruled only by the html formatting in each text)
– you can control the tooltip background gradient (top, bottom, balance and angle) and alpha, stroke size color and alpha.
– you can choose the mouse-over effects animation time and animation type
– you can set effects on the hover item and most importantly on all the other items. You can combine tons of effects for some amazing results. Here are the possible effects you can apply (each with their own settings) : alpha, scale on x and/or y (zoom), blur, desaturate, brightness, contrast, colorize, exposure, tint, rotation angle, horizontal or vertical movement. Once you discover the power of our effects engine you’ll understand what we’re on about.
– dual-mode auto-play ability that can either slide the items (linear scroll) or make “jumps” both with controllable speed and timings as well as animation time and type for the jumping mode.
– auto-play can either change direction or quickly scroll back when the string ends (cool) with customizable motion blur and animation time
– autoplay can be paused on mouse-over or not and you can set the number of items that have to be loaded before autoplay starts (or set it to wait until all items are loaded)
– ability to scroll using a slider and arrows (great for mobile touch devices, ex. Android powered)
– you can also scroll using the arrows only and disable the slider (ex. demo #5)
– you can set the slider position on a pixel level as well as resize the whole slider (length) and slider button independently
– ability to use the mouse wheel to scroll. You can also set the mouse wheel scroll direction.
– you can set the animation time and type for when the slider is used
– set how much the arc will scroll when the user clicks on the slider arrows
– you can set the animation time and type for when the slider is used
– set the amout of pixels it will scroll when the user clicks on the slider arrows
– ability to use the mouse wheel to scroll, to the best of our knowledge this is quite rare on horizontal scrollers. You can also set the mouse wheel scroll direction.
– you can also rotate the slider at any angle (vertical, oblique) if you need that in a more intricate design
– for each item you can specify the path, html formatted tooltip description, and the action to take when the item is clicked.
– for each item you can use the following types of actions out of the box : navigate (open url), reload settings (open other xml settings & content files), load movie (loads a specific swf in a specific movie clip, like say news.swf), commands a movie clip (ex. gotoAndPlay or any other Flash function), change a movie clip properties, send to browser (communicate with Javascript) or none. You can also disable the hand cursor on mouse over.
– each items action is completely independent from all other items
+ quite a few more, but we’ve probably already bored you to death

When purchasing this product you will get the complete editable source files (.fla, .as for both AS2 and AS3 ), comprehensive help files as well as the original Photoshop .psd design as a bonus.

We hope you’ll have fun with this precisely machined product from FLABOT !

Sample images graciously provided by Photos8.com

PS : You can download and check out the XML and help files (evaluation purposes) here : http://flabot.com/downloads/05/demo.zip

Download Professional Horizontal Arc Scroller AS2 and AS3 (3D & Carousel)

Easy Unity3d timer (Other)

This timer script allows easy implementation of a timer to your project(s).

It provides functionality for countdown timers, stopwatch-style timers and simplified access to real time system clock information. Stopwatch-style timers will callback when zero is reached.

The timer script also returns auto-formatted strings in three different formats:
hh:mm:ss:ms
mm:ss:ms
mm:ss

Full instructions are included along with a sample scene to get you started.

Ideal for all types of games and time-based applications!

Download Easy Unity3d timer (Other)

PV3D Cube component + shadow, textures & rotation (3D & Carousel)

Thanks to this new AS3 /Papervision component, you can create, set, edit and fully customize an object (i.e. cube) with your own live shadows, textures, images, rotations and tweens.

Imagine this for a website navigation fx, preloader or dedicated project, this cube is easy to setup: simply edit images url, rotation axes, sizes and colors and you’re done.

For example purposes, I’ve also provided a clean navigation so that you can play with different textures and random random on cube’s click.

Also provided, a commented source code and a pdf manual.

Enjoy!

Download PV3D Cube component + shadow, textures & rotation (3D & Carousel)

AS3 XML Creative Video Youtube Player FlashVars (Video Players)


The “AS3 XML Creative Video Youtube Player FlashVars” is capable of playing all Flash supported video formats (progressive download) and Youtube videos in any resolution and aspect ratio with data coming from an XML config file or simple FlashVars.
The support of FlashVars allows for a more convenient integration for some users and its even possible to easily hardcode all parameters into the Flash file.

Features:
This Video Player features a video preview image (can be custom or gathered from youtube), autoplay functionality, looping, predefined startup volume, and the usual extensive design modification options including colors, rounded corners, opacities and fonts.
Furthermore you can set the interface to: move the video area up/down, overlay the video area or stay fixed below the video area

3 Color/Layout Presets included:
Its possible to create an endless number of skins and designs but for your convenience the 6 example setups (3 skins for youtube and regular flash video) are included with the download!
All you need to do is enter your video size and create a preview image of your video (or use the one generated by youtube) and you can get started!

Examples and Documentation for all kinds of uses included:
The download includes HTML embed pages for all presets with XML support and an embed page to show the FlashVars option. Furthermore a flash stage embedding example is included also showcasing the functionality of the handy „kill“ function to remove the player from the stage. The detailed documentation explains all parameters and uses.

Important Preview Note:
Make sure to check out all preview variations as many of the different options and customization possibilities are showcased.

Feature List:

  • XML , FlashVars or hardcoded configuration
  • Fully resizable Flash Video Player (Play 4:3 or 16:9 or any custom size of video)
  • Supports HD H264 and all common flash video player formats (progressive download) as well as Youtube videos with or without high definition
  • Video preview image (Custom or generated by Youtube)
  • Interface move video, overlay or fixed
  • Autoplay & Loop
  • Startup volume
  • Colors, opacities and sizes of interface elements
  • Controls auto hide time (Controls can also be hidden)
  • 46 Options in total
  • Includes presets from preview
  • Detailed embedding examples and documentation PDF included

Credits go to:

The videos were created by VideoHive user Jackoart and can be bought here:
http://videohive.net/item/the-secret/113201
http://videohive.net/item/awake/115713
http://videohive.net/item/dark-particles/108233

Preview Youtube Icon by Chris Wallace:
http://www.iconfinder.com/icondetails/17296/70/youtube_icon

XML Options:

    youtubemode="true" 
    videolink="JVuUwvUUPro" 
    videopreviewimage="http://i.ytimg.com/vi/JVuUwvUUPro/0.jpg" 

    videointerfaceoverlay="true" 
    videomoveup="true" 
    videoautoplay="false" 
    videoloop="false" 
    videobuffertime="3" 
    videointerfaceupdate="100" 
    videostartvolume="80" 
    videoplayerwidth="720" 
    videoplayerheight="405" 

    videocontrolsvisible="true" 
    videocontrolshidetime="5" 
    videocontrolsanimationdelays="0.1" 

    videobigplaysize="60" 
    videobigplayrounded="10" 
    videobigplayarrowcolor="0xffffff" 
    videobigplaybgcolor="0x000000" 
    videobigplaybgalpha="0.8" 

    videobuttonbgcolor="0x333333" 
    videobuttonbgalpha="0.2" 
    videobuttonalphahover="true" 
    videobuttonobjcolor="0xcccccc" 
    videobuttonsize="30" 
    videobuttonrounded="0" 
    videobuttonspacing="1" 
    videobuttonborderspacing="0" 
    videobuttonbottomspacing="0" 

    videobarheight="5" 
    videobarareaheight="20" 
    videobarbgcolor="0x222222" 
    videobarbuffercolor="0x444444" 
    videobarcolor="0x3399ff" 

    videovolumewidth="80" 
    videovolumebarbgcolor="0x222222" 
    videovolumemutealpha="0.3" 

    videoseekfontantialiasing="false" 
    videoseekfontcolor="0xcccccc" 
    videoseekfontsize="8" 
    videotooltipbgcolor="0x3399ff" 
    videotooltipbgrounded="5" 
    videotooltipbgalpha="1" 
    videotooltipfontcolor="0xffffff" 
    videotooltipfontsize="8" 

    videointerfacebgcolor="0x222222" 
    videointerfacebgalpha="1" 


Best Sellers by Damojo:







More Files by Damojo:

XML Banner Rotators & Slideshows













XML Templates & Creative Portfolios









XML Image Galleries









XML Video Players & Video Galleries






XML News




XML Paypal Shops

Download AS3 XML Creative Video Youtube Player FlashVars (Video Players)

Google Maps Address Validation Tool (Maps)

You can edit this application to validate your databases of addresses, adding latitude and longitude information to each address.

– Prepared for a list of addresses to be validated.

– Drag & Drop to correct the location of a point.

– Provides latitude and longitude coordinates for your points.

– Counters for verified and remaining addresses.

  • Source code commented.
  • Source Installation:
    Just open the project in your favorite Flex IDE and you’re ready to go.

Download Google Maps Address Validation Tool (Maps)

Stadium Banner Rotator (Banner Rotators)

Stadium Banner Rotator is a banner rotator to display swf/images. Stadium Banner Rotator fully customizable through xml.

Features:

  • Resizable
  • XML driven
  • Enable/disable autoplay
  • Set timer duration, you can set duration globally or individually for each banner
  • Change timer bar color
  • Unlimited swf/png/jpg/gif supported (if thumbs do not fit to the screen horizontally then they will be slided according to mouse pointer)
  • Prevent XML caching
  • Rounded corners option to fit your designs
  • Add link to banners, and set its target
  • You can embed into html or use it inside your flash project
  • Set xml path through FlashVars

Download Stadium Banner Rotator (Banner Rotators)

AS2 Visit and Share to Social Networks (Other)

Always wanted to share your page to social networks in flash? Now it’s easy. This system automatically picks up the link from your page and shares it to the social network you selected! You don’t have to add the link yourself. Just click an icon, and the file will do the rest!

Features

  • 1. Small file size! only 30kb
  • 2. Easy to install! Just drag and drop!
  • 3. No Actionscript knowledge required!
  • 4. Easy to customize and change graphics!
  • More Social Sharing For Both AS2 and AS3 .


    Social Sharing Compact Widgets! For AS2 and AS3 .



    Download AS2 Visit and Share to Social Networks (Other)

    Paper Roll Transition (Site Templates)

    It is textured paper transition.

    Features:

    • easy use
    • intro & outro
    • animation speed/duration
    • transition dynamic/easing
    • fore paper texture
    • back paper solid color

    How to use:

    • add image to stage
    • convert it to symbol (for example with foo name
    • add script
    • var tr:PaperInTransition;
      tr = new PaperInTransition(
      foo,
      1.33,
      0xFFFFFF,
      Quartic.easeOut
      );
      addChild(tr);

    • publish project and enjoy paper animation

    Download Paper Roll Transition (Site Templates)

    Carve a Pumpkin Greeting Card (Holiday & e-Cards)

    Finally! You can have fun carving a pumpkin without having to deal with the mess!

    With Carve a Pumpkin you can carve any design you like and then see it light up in the night!

    The greeting in the “Final Scene” can easily be edited by an external TXT file.

    Includes:

    • FLA source [CS5]
    • FLA source [CS4]
    • PDF Documentation
    • TXT file (holds the greeting show at the “Final Scene”)

    Download Carve a Pumpkin Greeting Card (Holiday & e-Cards)