Advertisement
Bloonshack

[Tfm] Teste XML imagens

Aug 7th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. qy=100
  2. qx=100
  3. xml = '<C><P Ca="" d="img%qx, %qy" /><Z> /></Z></C>'
  4.  
  5. tfm.exec.newGame(xml..xml2)
  6.  
  7. if qx = 100 then
  8. function eventLoop()
  9. qx=qx+5
  10.  
  11. if qx = 300 then
  12. function eventLoop()
  13. qx=qx-5
  14.  
  15. -- ou
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement