Search found 3 matches

by RealJace
Tue Dec 14, 2021 10:20 am
Forum: Support and Development
Topic: Use while true do loop?
Replies: 3
Views: 4089

Use while true do loop?

Hello devs!
So I was thinking about this for long time, I tried using while true do loop for spawning collectibles, but every time I create while true do loop game crashes, so How do I fix that (PS : Yes I added timer.sleep)
by RealJace
Tue Dec 07, 2021 2:34 pm
Forum: Support and Development
Topic: Find top, bottom, left and right side of the window?
Replies: 13
Views: 8180

Re: Find top, bottom, left and right side of the window?

Well my game is fullscreen sooo yeah.
by RealJace
Mon Dec 06, 2021 3:31 pm
Forum: Support and Development
Topic: Find top, bottom, left and right side of the window?
Replies: 13
Views: 8180

Find top, bottom, left and right side of the window?

Hello, so I am using Windfield library and wanted to make collisions for top, bottom, left and right side of the window so player doesn't go out of the window, and of course I need position for this, but I don't know how to do this, so how can I?