Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2011
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. %xl(image.... ) # load the image, lets say 100 subimages
  2. %var(i, inc);%var(i, inc) # new image every ~0.1s (or whatever the default is)
  3. %xd(image, %var(i)) # disply the image
  4. %?if(%var(i), =, 100)<%var(i, 0)> # reset at the end of the subimages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement