Savvy001's Forum Posts

  • PixelMonkey

    I really would like to get that behavior once your done!

  • Youtube tutorials are your friend

  • I would really like a tutorial on those climbing mechanics!

    Epic prince of persia smoothness in the gameplay here.

    Congrats on this great work.

  • Hi ROJOHound

    Im using spriter and im trying to paste the spriter character with the paster plugin.

    Im getting a error.

    Javascript error!

    Uncaught type error: Cant read property "length" of undefined http://localhost:5000/glwrap.js , line 1821 (col 41)

    Is this something i need to talk to the makers of spriter about?

    Kind Regards

    Savvy

  • Ok, i looked deeper into the NW.js Object and it works.

    U can run a executable from within a game.

    And it does not quit the game already running.

    So in my case its perfect, the player always goes back into the arcade

  • Good Question paulscottrobson

    It means this.

    Game A = Arcade environment (its a menu to choose which game to play)

    Game B = any game made with construct 2

    Player chooses a game in the Arcade Environment (Game A) and presses play.

    The Arcade Environment loads the game (which is a external game).

    Player plays that game for a while and quits that game.

    Player is automatically thrown back into the Arcade environment so he can choose a different game to play.

    Hope this explanation makes better sense.

  • Hi

    Is it possible to start game B from within a game A.

    Then when the player quits game B he automatically goes back to game A.

    I want to build a Arcade environment to launch my games and/or switch between them.

    If it is not possible with construct 2 can u then point me in the right direction?

    Im exporting to NodeWebkit

    Kind Regards.

  • Ah i see.

    Then i hope one of these days the game fairies come to visit u bringing a beast of a new pc

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • rojohound

    Hi Rojo

    Your Outline effect makes the Paster plugin crash in node webkit.

    Simply removing the outline effect from my sprite makes the game run.

    Adding it again and running the game = instant shutdown of node webkit.

    Can u fix this?

    Kind Regards Savvy001

  • Yeah definitely need those

  • Exactly.

    Do u have a good readup on how to build ann's?

    I find that most youtubers are only telling its functionality.

    Not how to build a NN

  • Hey guys

    Im building a Modular Neural Network in C2 to help me understand the logic behind "anns".

    I want to build neural networks in C# in the future so i thought it would be a great lesson for me to start with visualizing the process with the C2 engine.

    In the video below im testing the MPU "memory processing unit" (purple) throughput to the population (Yellow Brick)

    Because its all modular, i can add new of each element to build more complex "brain" logic when needed.

    I hope i figure out all the logic behind Neural Networks by doing this.

    But for the meantime im already very happy with these results.

    (im aware of rexrainbow 's "ann" plugin, but using that would not tell me the clockwork that makes neural networks tick )

    And i want to learn the magic

    Have any tips?

    Please do share them

    Kind regards

    Savvy001

    Video

  • Thanks Guys!!

    That helped me out.

    I Ninja'd the highest number

  • Hi

    I am trying to retrieve the highest number within a array.

    lets say the array has stored 1 6 5 7 8 5 4 1 0 then i want the number 8.

    Who has the answer?

    Thanx!

    Kind Regards.

    Savvy001

  • Awesome!