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

Sunday, 9 July 2017

Topic update: multi save slot

new alternative:
solution 2: save slots create "new game button"


applies to the "play button" or "start game button"
applies to the "save slots" which create "new game" button.
Applies to "new game" buttons. Without it the game progress will not reset
more: http://stencyl-nator.blogspot.my/p/multi-save-slots.html

Sunday, 1 January 2017

Info panel with words in Center for Stencyl 3.3 or later

Stencyl 3.3 info panel with info panel text that will always in the middle can be used in Stencyl 2.x too
Event > always

in the same behaviour
Sample Drawing "draw test"
 Page topics will be updated.

THE page is updated if one has missed out, the page is already available with this content http://stencyl-nator.blogspot.my/p/stencyl-info-panel.html





 

Wednesday, 8 June 2016

New Stencyl Topics: draw shape line

for rectangle:
top part of this image: fill just like " CENSORED ", bottom part of this image just like  a transparent rectangle with visible borders
for circle:


 the light blue "command" can be found in "drawing > styles or basic
remember, one can also adjust colour, opacity or stroke color, stroke thickness, as they want....