Saturday, 11 January 2025

New stencyl topic - indivudual snippet - set game attribute.

New Stencyl topic in individual snippet section. 

In this case: 
game attribute name: gender 
game attribute type: String / text. 
game attribure value: osama bin laden. 

codes (Haxe)
Preview code in design mode: 
Engine.engine.setGameAttribute("gender", "osama bin laden");

shortcut 
Engine.engine.gameAttributes.set("gender", "osama bin laden");


fixed some typing errors and highlight smoe texts. 

No comments:

Post a Comment