Search found 2 matches

by moziL2D
Tue Aug 11, 2020 11:16 pm
Forum: Support and Development
Topic: Unable to use variables from another class in a class
Replies: 3
Views: 2971

Unable to use variables from another class in a class

Im somewhat new to programming, and Im trying to make a game like dodger. Under my Player.lua class, I am able to calculate collisions for the borders of the window, however, trying to reference the location of the obstacle to make sure the player cannot phase through the obstacle does not work and ...