still not working for me. here is my code
@ Any code here is executed before the Home card loads.
@ --- Home Card ---
CardLoadImage(1,'backgroundmain.jpg',1)
Local okay,numcards,n
ImageBankReset
ImageBankReserve(1)
Put ImageBankSetSizeFN(1,640,480) into okay
If okay=1 Then
ImageBankLoad(1,'backgroundmain.jpg',1)
@ --- Home Card ---
CardBankImage(1,1)
@ --- Template Card 2 ---
CardBankImage(2,1)
@ --- For Player with more data cards ---
Put TotalCardsFN into numcards
If numcards>2 Then
For n=1 To numcards
CardBankImage(n,1)
EndFor
EndIf
EndIf
does that look right? i been reading through tutorials but stll don't get what i am doing wrong