Checking if the user is a guest
The isGuest function can be called to determine if the player is currently signed into Kongregate or not:
isGuest():Boolean
var isGuest:Boolean = kongregate.services.isGuest();
The isGuest function can be called to determine if the player is currently signed into Kongregate or not:
isGuest():Boolean
var isGuest:Boolean = kongregate.services.isGuest();
Comments