hey there, can someone point out how i can create a bunch of panels on the fly? i want to create panels for certain entities, thus each of the panels need to be somehow connected to the according entity so i can keep the panels position near the entitie and for example let a panel blink if the entitie wants something...
i guess it should be something like
myPanel = createPanel(bitmap);
...
maPanel.pos_x = ..
myPanel.pos_y = ..
myPanel.bmap = ..
set(myPanel,SHOW);
...
any ideas are more that welcome

cheers,
ello