Path: utzoo!utgpu!watserv1!watmath!att!oucsace!mlong From: mlong@oucsace.cs.OHIOU.EDU (Mark Long) Newsgroups: comp.sys.handhelds Subject: hp-48sx grob in programs Keywords: graphics Message-ID: <1286@oucsace.cs.OHIOU.EDU> Date: 13 Apr 90 00:28:58 GMT Organization: Ohio University CS Dept., Athens Lines: 8 In the second volume of the hp-48sx manual it gives an example program called "WALK" which animates a small man walking across the screen. This program uses a graphics object in the program code and stores it in a local variable. Except that the 48sx doesn't seem to know where the graphics object ends and the program code begins again. The program works if the graphics object is created as a global variable and referenced from inside the program. Is this normal or am I just reading the program listing wrong or what?