Search tutorials
Using the digital warp in class
To use the digital warp class, you must create a new instance of a library item you want to load to the stage. You must then create a new instance of the digital warp in class, and then use that class to load the desired clip. Again, if any of this becomes unclear even to people new to Flash or Actionscript 3, check out the video of this tutorial on my site with the link at the top of the tutorial. The code for using the warp in class works like this:var myLibraryItem:libItem = new libItem//This is the library item. var myWarpIn:digitalWarpIn = new digitalWarpIn;//New warp in instance.
Now you must add the myWarpIn instance to the display list. This is to help the class work with the current movie clip level you're at. Continuing with code:addChild(myWarpIn);
| » Level Basic |
|
Added: 2008-11-29 Rating: 5.5 Votes: 2 |
| » Author |
| I'm the owner/operator of a web design company specializing in flash web development. I also run a flash website creating free video tutorials for flash and eventually into graphical/web media design. |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!