Search found 1 match
- Wed Mar 20, 2013 5:20 pm
- Forum: General
- Topic: CAN YOU HELP ME PLEASE ?? It does not work!!!
- Replies: 2
- Views: 2035
CAN YOU HELP ME PLEASE ?? It does not work!!!
function love.load () rectangle1 = { x = math.random (0,750) , y = 400, breite = 50 , hoehe = 75} rectangle2 = { x =math.random (0,750) , y = 200, breite = 100, hoehe = 50} rectangle3 = { x = math.random (0,750) , y = 10 , breite = 75 , hoehe = 88 } rectangle4 = { x = math.random (0,750) , y = 522 ,...