Hi everyone, I trust you all had a good Christmas & New Year
I have recently purchased the AppGameKit program and so far enjoying it. I am working through The Official App Game Kit Tutorial Guide.
I am trying the Test Button project on page 129, for some reason SetUpButtons and i guess GetButtonEntry, returns with the error message "main.agc:19: error: "setupbuttons" is not a recognised function or command"
Does anyone know if there is a new command for this ??
This is the code I have put in AGK.......
// Dispaly the buttons
setupbuttons()
// Get an integer value from the buttons
value_entered = getbuttonentry()
do
printc("you entered ")
print (value_entered)
Sync()
loop
Many Thanks