Is there a way to check and see if an image was displayed or if one exists?

colandercolander Member Posts: 1,610

I have a list of event names in a table which is imported from a server and I named my images which display event names to match. I am using spawned actors to display the names with a Constrain Attribute self.image To tableCellValue( game.tblEventNames , self.meID ,1) in each actor.

This works as expected displaying all the event names in separate actors on the screen ready for the user to choose one. The problem occurs when a new event is added and there is no matching image in the app for it. The actor is just a white square on the screen.

Is there a condition I can use to check if an image was displayed or if one exists?

Comments

Sign In or Register to comment.