Computer Science Canada

alternative to spritz in turing 4.0 ?

Author:  hey_joe42 [ Mon Mar 31, 2003 9:30 pm ]
Post subject:  alternative to spritz in turing 4.0 ?

Question K im in turing 4.03 or something like that all i know is it doesn't support spritz, and i want to insert graphics, now they couldn't have just taken out spritz without having an alternative method
anyone know how i could do something like spritz in newer turing version

Author:  Tony [ Mon Mar 31, 2003 10:52 pm ]
Post subject: 

well if by sprites you mean pictures with transparent background, then you just use picMerge as the picture mode for drawing it. This will make white transparent.

code:

Pic.Draw(picID,x,y,picMerge)


: