Schoening's Forum Posts

  • Well It doesnt even seem to connect yes..

  • (Was getting to Page 2)

    Bump

  • Hey Folks!

    I am trying to start working on my little Multiplayer Game.

    Move-To-Mouse-Click = Like RTS, Dota'ish, rpg.. you name it!

    I am using juantar's Plugin:

    scirra.com/forum/yetanother-multiplayer-demo-with-capx_topic49587.html

    And for now... I am also copying his .Capx a lot! <img src="smileys/smiley36.gif" border="0" align="middle">

    But for some reason I do not seem to do it right...

    Server is started via CMD just like the instructions say in his post.

    Take a Look and if you got ideas TELL ME! <img src="smileys/smiley1.gif" border="0" align="middle">

    .CAPX

    TO RUN THE CAPX PROPPERLY YOU NEED THE SOCKET-IO and NODE_JS!!!!!!

    I also have a question that is more for the js people that are around ^^

    To create other events then Move,Join,Create and Shoot..

    Do I simply add More Functions in the "example_server.js" do I simply add more:

    else if (new_data[0] == 'XXX') {

    var shoot_info = []; XXX_info[0] = new_data[1]; XXX_info[1] = new_data[2];

    shoot_info[2] = new_data[3];

    socket.broadcast.emit("message", 'XXX,' + mySelf[0] + ',' + XXX_info[0] + ',' + XXX_info[1] + ',' + XXX_info[2]); }

    Cheers ^^

  • tl;dr all answers.

    Did you fix the Crawl and Stuck walking bug? <img src="smileys/smiley1.gif" border="0" align="middle" />

  • We still got Zackowack and jpcaru and didnt rex do a Multiplayer chat thing at some point?

  • Already posted there :p

    Just doubling my chances lol.. sorry^^

  • vailla-guides.com for the tiny animation

  • I couldn't get C2 to look propperly as a Navigation Bar on my Website.

    So now I am learning a .js and a bit jQuery.

    I Kinda just ripped an existing script and now I am trying to make it work for me:

    <script type="text/javascript" src="jquery.js"></script>

    <script type="text/javascript">

       $(document).ready(function(){

       $('dota').click(function(){

        

         });

            $('#Homebutton').toggle(function(){

                $('.animateme').html('<img src="Construct2/Images/Gnoll_Running.gif" />');       

                $('.animateme').animate({

                   left: '+=150',

                }, 800, function() {

                   $('.animateme').html('<img src="Construct2/Images/Gnoll_Hit.gif" />')

                   

                        $('.animateme') .html('<img src="Construct2/Images/Gnoll_Resting_smaller.gif" />');

                        

                        

                });

            }, function(){

                $('.animateme').html('<img src="Construct2/Images/Gnoll_Running_left.gif" />');

                $('.animateme').animate({

                   left: '-=500',

                }, 2200, function() {

                   $('.animateme').html('<img src="Construct2/Images/Gnoll_Resting_smaller.gif" />');

                });

            });

              

              

        });

    </script>

    The script makes the "Gnoll" Move

    But the

    $('.animateme').html('<img src="Construct2/Images/Gnoll_Hit.gif" />')

    Is supposed to come before the "Resting" Animation...

    .delay(2000) didn't work for me.

  • Edit: 2

    I am learning jQUERY to do this now. Seems rather more efficient for a website :)

  • Edit:

    It seems I have to learn js. and jQuery to do this right..

  • Ok.. I am exhausted.. And done for today...

    I am Working on this Website: vanilla-guides.com

    Since it is WoW related, I wanted to make a Cool Navigation Bar.

    1. Problem: The Window Size

    Although I set the Window-size to 960, 160,

    and the Layout-size to 960, 160;            (Margin doesn't matter right?)

    I still get it to look like it does on the webpage...

    2. Problem: The URL Inception...

    Try the second button out.. And you get what I mean.

    3. Problem: URL wont activate

    The Browser Request should Proc after the animation Finishes, But it does not. That's why I put the second Button to Test.

    Here is the CAPX

    Perhaps some of you Can make sense of it all... I am to tired now.. Goodnight.Website

  • Works Perfectly! Thx a lot ! <img src="smileys/smiley4.gif" border="0" align="middle" />

    (The reason I did not put them into one is simple Lazyness... I had them As Gif files, so I just dragged them in.

    Ps. Usually I was able to open the export on my Desktop

  • I also for the first time got "Exported games wont work until you upload them"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Could it be because of the new "Spritesheet" ?

  • Ive had some problems. On different Computers.

    I'm sharing in a second