Sunday, 26 January 2025

New stencyl topic: code search bar

Apologies for some mistakes in some pages
New Stencyl topic  code search bar

In short,the usage of the search bar are
- error checking - to see some typo or something forgotten to change. 
- navigation - the search bar can also act as an elevator for the code along with comments.  

Stencyl topic update: 
chaged ActorScript to Scene Script. 

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. 

Thursday, 9 January 2025

Wednesday, 8 January 2025

Stencyl topic updates: 2025A08

 Topic updates
Added link to Custom blocks
Added sub-sections collisions and actors.   

Added Introductions
Added link to Design mode

3. so-called infinite (which is not) scene rendering for multi-actor/multi-tile objects.  

Game development progress
Prosperity Valley
allies: none 
character design: none 
enemies: none 
inverntory: none - concept success
scene rendering system: in progress
- terrians: complete
- object: in progess, making save data and load data 
- regeneration: none

quests : none 

The watered down version will be developed anyway (Lardball). The character are as fat as a queen sized bed. This game will be easier to develop than wha we are developing right now. 

  Will not be talking about MapleStory Mosnter Edition. (characters span multiple tiles) and any of the old abandoned projects before Prosperity Valley gets to a playable state.