
-----------------------------------
biggmak
Sat Mar 22, 2003 3:26 pm

rotate pics????
-----------------------------------
does anyone know how to rotate pics?

var object : int := Pic.FileNew ("object.bmp")
var chars : array char of boolean
loop
    if chars (KEY_UP_ARROW) then
    Pic.Draw (object, x, y, picMerge)
    %do something to make the picture rotate on angles and keep going    as long as the person stops holding up
end loop

-----------------------------------
Catalyst
Sat Mar 22, 2003 3:32 pm


-----------------------------------
Pic.Rotate (in version 4.x)

Mod Edit: Gave you some bits for this. -Asok
