----------------------------------- Miyoko Fri Mar 28, 2003 7:27 am Working with sprites ----------------------------------- I was wondering what type of sprite commands are offered in Oot 3.1.1a, I have turing 4 at school and I would rather not use that because it tends to screw my programs if I try and port them over. Does 3.1.1 have any commands like that that will allow layering of images, animation, and transparency? If you don't mind if there are could you make a list of these functions if there are any. :? Thanks, Jen ----------------------------------- Delta Fri Mar 28, 2003 9:48 am Maybe these can help ----------------------------------- Sprite.SetPosition (spriteName, x, y) % Something like that I dunno I can't think right now Sprite.Show(spriteName)% Show the sprite Sprite.Hide (spriteName)% Hide the sprite Sprite.SetHeight(spriteName, layer) % Set what layer the sprite is on %or Sprite.SetHeight(layer, spriteName) % Set what layer the sprite is on %Not Sure :x AHHHhhhHhHHhH!!!!!! I Tried but I'm freaking out on my own programs muahahahahahaha :twisted: MOD Edit: Gave some bits for the help. -Asok