This site requires JavaScript, please enable it in your browser!
Greenfoot back
basil60
basil60 wrote ...

2014/6/17

Working with the GUI elements

basil60 basil60

2014/6/17

#
Hi I'm looking for a tutorial on creating Input boxes and labels to create a Calculator style scenario. Has anyone found something relatively clean and simple? I tried Ed Parrish's GUI scenario, but I found tranferring data from an input box to a label difficult with the bulk code it comes with. I'd prefer a tutorial to just a code dump.
danpost danpost

2014/6/18

#
You could do what I did in my Equation Grapher scenario. I created clickable actors as buttons on the input panel with a single display actor for the text (basically like the calculator itself). I drew the numbers and symbols directly on the images of the button actors.
You need to login to post a reply.