(Gast)
n/a Beiträge
|
AW: die aufzurufende funktion wurde vom linker entfernt
1. Mai 2017, 16:47
Delphi-Quellcode:
gs := TNegativeArray.Create(6);
gS[0].Bitmap := SKAERO_CreateBitmapFromFile(FolderResource + 'UseBack.png', width, height);
gS[0].w := width;
gS[0].h := height;
gS[0].x := 0;
gS[0].y := MAX(YMIN_SIZE - gS[0].h, 0);
gS[0].opacity := 255;
Ein gs[0] := TSprite.Create;
machst du aber schon irgendwo?
Nein mache ich nicht.
gruss
|
|
Zitat
|