代码搜索:Animation
找到约 4,070 项符合「Animation」的源代码
代码结果 4,070
www.eeworm.com/read/227629/14419145
java animation.java
import java.awt.Image;
import java.util.ArrayList;
/**
The Animation class manages a series of images (frames) and
the amount of time to display each frame.
*/
public class Animation
www.eeworm.com/read/125855/14458099
cfg animation.cfg
// animation config file
sex m
// first frame, num frames, looping frames, frames per second
0 30 0 20 // BOTH_DEATH1
29 1 0 20 // BOTH_DEAD1
30 30 0 20 // BOTH_DEATH2
59 1 0 20 // BOT
www.eeworm.com/read/125664/14480024
h animation.h
#if !defined(AFX_ANIMATION_H__A90F3377_BFA3_4672_8E31_FB72A022FD6A__INCLUDED_)
#define AFX_ANIMATION_H__A90F3377_BFA3_4672_8E31_FB72A022FD6A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //
www.eeworm.com/read/125664/14480074
cpp animation.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/124793/14543547
class animation.class
www.eeworm.com/read/124793/14543550
java animation.java
import java.awt.*;
import java.applet.Applet;
import java.lang.Thread;
public class Animation extends Applet
{
Animator a=null;
Thread aThread;
public void init()
{
resize(300,300)
www.eeworm.com/read/122495/14687668
html animation.html
HTML Test Page
animation.animation will appear below in a Java enabled browser.
www.eeworm.com/read/122495/14687670
class animation.class
www.eeworm.com/read/122495/14687688
java animation.java
package animation;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import javax.swing.*;
public class animation extends Applet implements Runnable{
Image Images[];
Thread threa