Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tfm.exec.addPhysicObject (0, 400, 200, {type=12,color=0xFFFFFF,width=400,height=50,friction=0.3})
- w=10
- x=205
- function eventLoop()
- tfm.exec.addPhysicObject (1, x, 200, {type=12,color=0x00FF7F,width=w,height=50,friction=0.3})
- if w < 400 then
- x=x+4
- w=w+8
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement