dthrasher90 Posted April 26, 2017 Share Posted April 26, 2017 update: function(){ var ballspot = {x: football.x, y:football.y}; game.physics.arcade.enable(['football']); console.log('ballspot = ', ballspot); }, Trying to do something like this ^^^, what do I need to do to track x,y of a spirte? Link to comment Share on other sites More sharing options...
dthrasher90 Posted April 26, 2017 Author Share Posted April 26, 2017 Quote Nevermind its working Link to comment Share on other sites More sharing options...
Recommended Posts