I was adviced to post in this board instead, so here it is
-
How do I make physical bodies not bounce off each other? Instead I want them to just go through each other, is this possible?
-
I want my score to always be in the front. I’ve got objects spawning and crossing the score, I want them to always appear behind it. Anyone knows how to achieve this?
I’ve tried writing my code like this:
local score = 0
local showScore = display.newText(score, 18, 15)
showScore:setTextColor(125, 255, 255)
showScore.size = 25
showScore:toFront()
This doesn’t work though
- Been searching for a solution to this but can’t find it anywhere… Is it possible to wrap the screen? So that when I reach the end of my screen I appear on the other side? And is it possible to “lock” the screen so that when I reach the top of my screen I stop?
Thanks in advance, [import]uid: 14018 topic_id: 5286 reply_id: 305286[/import]