Sign In/My Account | View Cart  
advertisement

Article:
 Digging Animation
Subject: Difference with original
Date: 2002-02-01 02:44:41
From: Peter De Keer

I just love this article, but I have just a question...
In the original (Flash) version only the upper plane of the cube is sensitive to the mouse movements... I know some people are going to say it's to easy question to answer, but how do I make only the upper plane of the cube sensitive instead of the whole cube??


Thank u for the nicest tutotial about animation around!!!


Previous Message Previous Message   Next Message Next Message


Titles Only Titles Only Newest First
  • Difference with original
    2002-02-01 07:46:25 Antoine Quint

    Howdy,


    There are no easy questions, just questions :). There are different ways you could do that. Basically, what you could do is have two symbols instead of one. The first one would the top of the cube, and the other one the rest of the cube. Then, you would have both <use>d as part of a <g>roup and <animate> the whole <g>roup. It would look roughly like this:


    <g id="g1">
    <use xlink:href="#topOfCube" id="top1" />
    <use xlink:href="#restOfCube" />
    <animate begin="top1.mouseover" ... />
    </g>


    Hope that helps,


    Antoine


Sponsored By: