Tuesday, 30 January 2018

One actor type upgrades and down grades

 - one actor type upgrades, 
1 - upper half - click to upgrade
2 - lower half - click to downgrade



if mouse 


ONE SAVE SLOT

if you miss this page you may go to the page available via game features > info panels
* bring self to front not included,
* keeping the info panel within screen not included,
for more on info panels: http://stencyl-nator.blogspot.my/p/stencyl-info-panel.html

Thursday, 25 January 2018

Stencyl: fixing NaN and [object][object]

Problem occurs in list in game attributes with save

1. to determine whether the attribute is a number
[object][object] + any number = NaN
[object][object] + Infinty = NaN
NaN + any number = NaN
NaN + Infinty = NaN
any number + Infinity = Infinity
1 + 1e17 = 1e17, Number can only hold up to 17 significant figures at anytime
1e288 + 1e308 = 1e308;


2. Reset progress
if you miss out this post this page is available https://stencyl-nator.blogspot.my/p/blog-page_96.html browse the "Fix mess, debug and reduce lag category"

Tuesday, 19 September 2017

topic update - the new way to fill game attribute blank


the new way to fill in the game attribute blank. 
step 1 - create a test attribute - recommended with prefix like "game attribute blank"
step 2 - insert the text attribute into ...the purple things below
step 3 - insert the purple thing with the text attribute in to certain blanks or replace the "game attribute-intra-behavior attribute" according

for example 
for the whole thing including old shitty confusing  stuff http://stencyl-nator.blogspot.my/p/blog-page_3.html