Registriert seit: 28. Mai 2004
Ort: Hamburg
98 Beiträge
Delphi 2005 Personal
|
Re: Delphix TAnimation
11. Jun 2004, 13:49
hast du denn TAnimation vorher richtig deklariert?
Delphi-Quellcode:
type
TAnimation = class(TImageSprite);
var
Animation: TAnimation;
...
procedure TForm1.FormCreate(Sender: TObject);
begin
Animation := TAnimation.Create(DXSpriteEngine1.Engine);
...
end;
The Double-Crunch-Peanuts!
SwapIt:
|