How can I make this?
Dim Player as new Player1()
Im Trying to make MP Game, but I dont want create 999 Player Sprites objects and send info for all...
I want spawn some player whith only one sprite object.
Thank You!
Playerobject with Instance Var's would be an option
Develop games in your browser. Powerful, performant & highly capable.
System:Create object
I think about System:Create object, but then all times we have 1 residual sprite... Im not sure how can I make this... Maybe yes, Instance Var's combined with this... IDK, I need think more about this xD
Thank You!! ^^
The standard is to either call Delete on your sprite in 'On start of layout' to clean-up the sprites you added at design time, or make a separate layout only to collect elements, and then you add the ones you need to your actual layout with Create.