Advertisement
Dudugz-Contistente

Untitled

Aug 21st, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. tfm.exec.addPhysicObject (0, 400, 200, {type=12,color=0xFFFFFF,width=400,height=50,friction=0.3})
  2.  
  3. w=10
  4. x=205
  5.  
  6. function eventLoop()
  7. tfm.exec.addPhysicObject (1, x, 200, {type=12,color=0x00FF7F,width=w,height=50,friction=0.3})
  8.  
  9. if w < 400 then
  10. x=x+4
  11. w=w+8
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement