Hi,
I’m currently working on my first project and when I try to load the physics engine everything stops working, why is that?
display.setStatusBar( display.HiddenStatusBar )
local physics = require “physics”
physics.start()
physics.setGravity( 0, 10 )
local background = display.newImage(“city-bg.png”)
local car = display.newImage(“car.png”)
car.x = 60
car.y = 160
local ambulance = display.newImage(“ambulance.png”)
ambulance.y = display.contentHeight/2
ambulance.x = 240
Also, could you please tell me how can I start the terminal to see the errors?
Thank you [import]uid: 8241 topic_id: 2836 reply_id: 302836[/import]
[import]uid: 8241 topic_id: 2836 reply_id: 8425[/import]