korbaach's Forum Posts

  • try:

    boolean variable save

    0 = False

    1 = True

  • [quote:3ofj49d5] I've added the word "start" in front of the folder I want to open

    or you can just replace word "start" with "explorer "

    "explorer ""C:\Program Files"""[/code:3ofj49d5]
    [code:3ofj49d5]"explorer ""C:\Program Files\Microsoft SQL Server"""[/code:3ofj49d5]
    
    [img="http://lookpic.com/O/i2/1048/ZbF6FsFl.png"]
  • Run

    """C:\Program Files\Microsoft Games\Solitaire\Solitaire.exe"""[/code:cxcxiq4h]
    works for me..
    
    ...also in variable 
    [img="http://lookpic.com/O/i2/1376/1uCjUbNV.png"]
  • i have my blocks set with 1 being filled and 0 being empty like this;

    {"c2array":true,"size":[15,12,1],"data":
    [[[1],[1],[1],[1],[1],[1],[1],[1],[1],[1]],
    [[1],[0],[0],[0],[0],[0],[0],[0],[0],[1]],
    [[1],[0],[1],[1],[0],[0],[0],[0],[0],[1]],
    [[1],[0],[0],[0],[0],[0],[0],[0],[0],[1]],
    [[1],[1],[1],[1],[1],[1],[1],[0],[0],[1]],
    [[1],[0],[0],[0],[0],[0],[0],[0],[0],[1]],
    [[1],[0],[0],[0],[0],[0],[0],[0],[0],[1]],
    [[1],[0],[0],[0],[0],[1],[1],[1],[0],[1]],
    [[1],[0],[0],[0],[0],[0],[0],[0],[0],[1]],
    [[1],[1],[1],[1],[0],[0],[0],[1],[1],[1]]]}[/code:oup7va4q]
    
    

    Why you set "size":[15,12,1] ?

    when this is obviously 10x10x1 array (10 rows & 10 cells in each row)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • XML Naming Rules

    XML elements must follow these naming rules:

      Element names are case-sensitive Element names must start with a letter or underscore Element names cannot start with the letters xml (or XML, or Xml, etc) Element names can contain letters, digits, hyphens, underscores, and periods Element names cannot contain spaces

    XML Elements

    <?xml version='1.0' ?>
    <Ref>
    
    	<r0603>
    		<r330>R1560</r330>
    		<r360>R1563</r360>
    	</r0603>
    		
    	<r0805>
    		<r330>R1040</r330>
    		<r360>R1043</r360>
    	</r0805>
    
    	<r1206>
    		<r330>R8080</r330>
    		<r360>R8083</r360>
    	</r1206>
    
    </Ref>[/code:261uifoc]
    
    [quote:261uifoc]xml.StringValue("/Ref/r0603/r330/text()")
  • perhaps:

    [quote:27w73kxn]100- sliderbar.value

  • try

    LeftShiftRight.capx

  • just a thought...

    randomTriangle.capx

    Just imagine ....Event Script Flash ++ ...

    with built drawing tools (inkscape-like)...animation panel (Spriter-like)..audio panel (Audacity-like)..

    maybe even some Json plugin inside..

  • c2 Local Storage

    for browser Local storage use WebStorage no c2 Local storage..

    ---------------------------------

    c2 Local Storage = localForage

    c2 WebStorage = Local Storage

  • So far I had a good variable-exchange system that worked great in desktop and mobile games using Local Storage.

    just to clarify..when you say Local Storage.

    do think

    WebStorage?

    or

    localForage?

  • [quote:sk8pg9ut]questions and answers are stored in a .txt file

    and I guess you're used stupid Notepad for this....

    try to save your text file with UTF-8 Encoding

  • if you want to delete all "Badge" cells from inventory use

    indexOf() delete only first "Badge" cell

    ..I assumed that there is only one "Badge" cell on unknown index

  • try: