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
Tuesday, 30 January 2018
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"
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"
Subscribe to:
Posts (Atom)