Further info:
I guess this is a mute point. When I run the program on my student
machines using 9.2.2 and FB^3 I get the frames. When I run the program
on my teacher
Machine using OSX, classic 9.2.2, and FB^3 I do NOT get the frames. Must
be an OSX vs 9.2.2 issue. Oh, well....
Can't beat a dead horse and expect it to go anywhere.
-----Original Message-----
From: Fast, Dennis [mailto:DFast@...]
Sent: Tuesday, January 03, 2006 12:29 PM
To: futurebasic@...
Subject: [FB] Picture Field Frame
/*
I am trying to flip a coin. I have a background picture with a person
holding out their hand, and six pictures of coins, three heads and three
tails. I randomly choose to either flip heads or tails. I first load the
Background picture then load each coin picture, show it, delay, then
close it, leaving the background.
Problem: The coins have a frame. How do I NOT show the frame? I do not
wish to use gworlds or other more complicated, smoother ways of showing
the graphics. The point of the project is statistics of flipping a coin.
Below is part of my code:
==============================
*/