korbaach's Forum Posts

  • OpenToonz

    -This is software for producing a 2D animation.

    -This software can be used by anyone free of charge, no matter whether the purpose of use is commercial or not.

    -This is available as an open source, so that users can modify its source code freely.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • try:

  • on web,I found this Disable F12 Key in a Page

    so you can test for nw.js..add Browser object and event

    System -On Start of Layout.....Browser Execute Javascript

    "document.onkeypress = function (event) {  
    event = (event || window.event);  
    if (event.keyCode == 123) {  
    return false;  }                                                           }  
    
    document.onkeydown = function (event) {  
    event = (event || window.event);  
    if (event.keyCode == 123) {  
    return false;  }  
                                                                                           }  "[/code:1qoh8h1x]
  • Search How do I....? .for php json array

    i think there are several post like this one make json array with php and if you don't find anything useful to you..just post new topic..

  • try:

    "{""c2array"":true,""size"":[5,3,1],""data"":[[[1],[2],[3]],[[1],[2],[3]],[[1],[2],[3]],[[1],[2],[3]],[[1],[2],[3]]]}"[/code:s2gzqz3x]
  • check here Effects by Somebody

  • Yes..I can open Illustrator every time ..or save dummy,upload to net,type text and then download??!!

    this is not about what I can do....This is how to make work in C2 faster and simpler..

    ..and it's just a suggestion or or humble request...

  • System-Scroll to Position(x,y) ?

  • you start animation over and over if Lives>0 &Helth ≤ 0 (frame0,frame0,frame0....)

    add System Trigger Once or use some other trigger..

  • Text in images has a lot of limitations

    You're right we talking about dummy sprites

    When someone has to create a new dummy sprite, the dev has to use an external image editor to write some label on the image..

    if you use a Text object it solves all of this!

    Yes ,but we need to yse 99+ additional Text objects and pin them to sprites...

    or use Brush tool

    and that can cause serious eyes injury ...

  • [quote:31bwjhsq]Please add text tool to image editor

    +1