Intel Animation for Java* Package TutorialLesson 5: Using DynamicDataSpritesThis applet shows an Elvis sprite which is a DynamicDataSprite. StaticDataSprites can have only one AnimImage (a SingleImage or an ImageSequence). DynamicDataSprites can have more than one AnimImage, and you have control over which AnimImage is displayed. The DynamicDataSprite in this applet has three AnimImages: a SingleImage (Elvis Image), and two ImageSequences (Wave Sequence and Walk Sequence). Click the buttons to change the AnimImage for the DynamicDataSprite. AnimImages are changed by calling
This page was last updated on Feb 11th, 1997.
|