Hello. I'm trying to create a collision detection which will promt a GUI (box shaped - 'Question Box'.class) to appear. The 'GUI' should consist of an array i.e. "Q1, Q2, Q3" and for each question, I want 4 multiple choice answers (which will be represented in buttons).
Here's my scenario:
I have an my main character i.e. 'Owl.class' (which is a picture of an owl that jumps via key press). I have another class which is 'River.class'. I want to make the collision detection work in a way so that ' IF 'owl.class' touch 'river.class' then promot 'QuestionBox'. The question box should ask the user a question, and it should show 4 possible answers, which the user can select.

