Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: CMK2901 on July 06, 2002, 08:24:09 PM

Title: No drawing?
Post by: CMK2901 on July 06, 2002, 08:24:09 PM
Just a little while ago I opened up SQ3 with SCI to go through the pictures and try to get the gist on how to make pictures like Sierra did.  I pushed the << button and then started clicking > like mad to get to the end of the picture.  Around the end of the picture, when all the little details are being filled in, I get the message:
 
"Canvas does not allow drawing."

So I was wondering if "drawing" might be a tool in the Sierra version SCI and has not been released for this one yet, or is it something else?
Title: Re:No drawing?
Post by: Joe on July 06, 2002, 08:32:59 PM
I believe it is an error of some kind or a feature that keeps the Picture Creater from causing an error.  I recieve that same message frequently.  With me, the problem sometimes occurs when an extra 'End of Pic' bye accidently is thrown in.  It may be something different though, as I am able to easily remove the byte and continue the pic.
Title: Re:No drawing?
Post by: Brian Provinciano on July 06, 2002, 10:04:03 PM
It's a Borland C++ bug (the compiler I used to make SCI Studio). I'm working on a work around for it.