Summary

Abacus Newbie

Offline Offline
Posts:
12 (0.009 per day)
Personal Text:
I like programming in QB64, C, & Python
Gender:
Male
Age:
N/A
Date Registered:
May 06, 2021, 04:23:59 am
Local Time:
November 22, 2024, 06:07:24 am
Last Active:
April 12, 2022, 05:22:02 am
Signature:
If obj1x% > obj2x% And obj1y% > obj2y% Then
    If obj1x% < obj2x% + tilewidth% And obj1y% < obj2y% + tilelength% Then Print: Print "collisoin"
End If