Вниз
Скачать: CL | DM;

Фон   Найти похожие ветки 

 
Jackson ©   (2002-11-16 20:40) [0]

Люди,плиз хелп!!!Не могу сделать фон!!!
constructor TBackroundSprite.Create(AParent: TSprite);
begin
inherited Create(AParent);
PixelCheck := true;
Image:= form1.dxImageList1.Items.Find("Fon");
Width := Image.Width;
Height := Image.Height;
end;
При запуске проги у меня чёрный экран!!!Подскажите,где я ошибся!


 
NikotiN ©   (2002-11-17 11:40) [1]

Наверно так:

TBackGround=class(TBackgroundSprite)
constructor Create(AParent:TSprite);override;
end;

constructor TBackGround.Create(AParent:TSprite);
begin
inherited create(AParent);
PixelCheck := true;
Image:= form1.dxImageList1.Items.Find("Fon");
Width := Image.Width;
Height := Image.Height;

Z:=0;
Tile:=true;
SetMapSize(200,100);
end;


 
NikotiN ©   (2002-11-17 11:41) [2]

Забыл скозать:
SetMapSize(x,y)
x,y - на твоё усмотрение!



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.015 c
6-54778
Trix)(
2003-02-19 22:01
2003.04.17
IP


1-54723
Вадим
2003-04-04 23:16
2003.04.17
TRichEdit


8-54755
Shrek
2003-01-05 20:32
2003.04.17
Как узнать длительность времени mp3?


14-54872
dir_er
2003-04-02 03:26
2003.04.17
rulezzz


3-54406
Apachi
2003-04-01 08:39
2003.04.17
Потоки




   Наверх