A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11336 Flash Movies | 2 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Surjit Dhami
» Title: Book
» Description: Book
» More by Surjit Dhami


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 5848 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: All-American Rejects
» Description: Get to know this great band by exploring their "practice room".


Random Links | Add your own Flash Related Links
Flash Tutorials 1277 Tutorials 7 New Tutorials Added!
What's New | Top100

» Create xml slideshow with free template
» How to Insert a Multilingual Subtitle Into Your Flash Video Studio
» How to Create Cool Halloween Slideshow
» Debugging flash using the Firebug console
» Create Flash Slideshow on Blogger
» FLASH TRICKS IN WEB ADVERTISING: FLASH BANNERS
» HTML Photo Gallery Tutorial
» Create your first flash site – PART 1
» How to Make a Flash Photo Gallery
» Unknown Tag: Title10
Random Tutorial | Add Site

Sr Instructional Designer D2L-Moodle,Clearance
WSI Nationwide, Inc.
US-NJ-Fort Monmouth

Justtechjobs.com Post A Job | Post A Resume


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » 3D

Categories 3D Flower
Author: V. Ramraj

 
Page 12
«prev 1 2 3 4 5 6 7 8 9 10 11 12 13 next»

The TouchUps

Now that the methods are all done, there is very little coding to be done.

  1. First, we need some variables that will change every time the frame is loaded. You will know what each of them does in the upcoming steps. Copy the following line and add it to the first frame's actionscript:
    var ax, ay, az, oldx, oldy, bx, by, bz, nu;
  2. Now, if you can't see the timeline, press the Tab key once to hide all panels.
  3. Select the 2nd frame of the Scripts layer by clicking on it.
  4. Press Tab key again to see the actions panel.
  5. Copy the following code and paste it into the 2nd frame's actionscripts:
    rotx = (oldy-_ymouse)/2;
    roty = (oldx-_xmouse)/2;
    oldx = _xmouse;
    oldy = _ymouse;
    ax += rotx;
    ay += roty;
    ay += by;
    ax += bx;
    az += bz;
    bx = 0;
    by = 0;
    bz = 0;
    rotate(ax, ay, az);
    ax++;
    ay++;
    az++;
    if (ax>360) {
    ax -= 360;
    }
    if (ay>360) {
    ay -= 360;
    }
    if (az>360) {
    az -= 360;
    }
    toScreen();
    render();
    
    The first four lines tell that the mouse has moved this much and so, add some values accordingly to the ax and ay variables. The next six lines will be explained later. Next, we call the rotate function to rotate the objects as per the ax, ay and az variables. Next, we increment the three variables by one. This is done to insure that the object keeps rotating even if the mouse is not moving.

    Because the mouse moves only in 2 dimensions, we cannot get the z rotation values from the mouse movement itself. So, we just increment the z rotation value automatically.

    Now the next 3 if functions make sure that the ax, ay and az variables don't cross 360 degrees.

    Then, the toScreen() and render() methods to do the rest.

  6. Then press Tab key to hide the panels. Click on the third frame in the Scripts layer. Press Tab key again to see the panels. Now just add one line of code to the script:
    goToAndPlay(2);
    This makes sure that the movie loops again and again within the two frames and does not enter the first frame once again.

The majority of the work is done. If you want, press Ctrl+Enter to check if all this has paid off. But wait! There is still some to go!

«prev 1 2 3 4 5 6 7 8 9 10 11 12 13 next»

» Level Advanced

Added: : 2002-07-05
Rating: 8.80 Votes: 1224
Hits: 5009
» Author
Age: 14 Profession: High School Student Location: Chennai, India(Not Indiana). Just doing it for fun. Ready to do small Freelance jobs.
» Download
Download the files used in this tutorial.
Download (51 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs