Computer Science Canada

Requesting help with my menu with moving graphic program

Author:  Nezura [ Sat May 01, 2004 3:21 pm ]
Post subject:  Requesting help with my menu with moving graphic program

Hi, my teacher is asking us to make a program that allows users to purchase dogs and get total price etc. A reqiurement is that there must be an opening screen and i wish to make a moving graphic. I've made that graphic and made it move but the screen won't clear to the main menu after the animation stops.

Thanks for any help / suggestions

Author:  Paul [ Sat May 01, 2004 3:32 pm ]
Post subject: 

have this
code:

setscreen ("nooffscreenonly")

before ur loop in the main screen
so it would be
code:

%--------------------------Main Screen----------------------------
setscreen ("nooffscreenonly")
loop

    menu
 

Author:  Nezura [ Sat May 01, 2004 3:37 pm ]
Post subject: 

THANKS SO MUCH Very Happy i've got it working now !!!


: