mutuware's Forum Posts

  • Try increasing the linear/angular damping values?

  • Added a demo

  • I would like to have a player with arms be able to swing on a hook.

    The player and arm sprites are separate, but the arm in pinned on the body.

    The arm should be pinned onto the hook on collision, but obviously also remain pinned onto the body!

    Any ideas?

    Capx

  • There is a magic cam plugin, that might do what you want?

    MagicCam plugin

  • Ah, thanks!

    I just assumed that local vars were scoped at the group level. Changed it to static, an easy fix. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • My local variable seems to be being reset for some reason.

    Any ideas?

    capx

  • FUNCTIONS!! Yesssss.

    Downloading new version now.

    I have a request :)

    Any chances of default values for parameters?

    Oh, and one more question, can we make our own templates?

  • I have the same problem in r106

    Dropped in a new oggenc2.exe and it worked fine.

    rarewares.org/files/ogg/oggenc2.87-1.3.3-generic.zip

    Must be something to do with the digital signatures I would think.

  • I got it sorted!

    Probably over complicated but it is working.

    Here's the capx, if anybody can think of a tidier way let me know.

    dl.dropbox.com/u/97129282/forums/8bullet.capx

  • I would like to use WASD keys to shoot a a bullet any of the 8 directions, like how the 8 direction movement works.

    Pseduo code

    • On Key Pressed D : Set Angle 0
    • IsKeyD set true
    • On Key Pressed S : Set Angle 90
    • On Key Pressed S : Set Angle 135
    • AND IsKeyD true

    But the last event never seems to run.

  • There was a link to the "Secret Forums" shortly after the redesign, it has now disappeared. Maybe I have violated the first rule of Game Club <img src="smileys/smiley36.gif" border="0" align="middle" />

    Don't know what happened to the medals?

  • Get inside the secret forums? <img src="smileys/smiley29.gif" border="0" align="middle" />

    Or do you have to be part of the inner cabal <img src="smileys/smiley42.gif" border="0" align="middle" />

  • Sounds like maybe you are not getting back just a number, try changing your global variable to text and see if it displayed.

    Also if it is a number you might need to use the str(number) function to change it into a string for the textbox.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Works for me, looks interesting, but personally I wouldn't use it due to the online only mode. If you build all your game designs in it, then one day it gets switched off remotely or costs $999 to buy, your screwed.

    Looks like the author has his hands full building Cube World.

  • But I've got 1012 aliens! <img src="smileys/smiley4.gif" border="0" align="middle" />

    Each frame is a different alien.

    Does it make any difference splitting it up into separate sprites?

    edit: Feel free to close this, it's pretty obscure and the workaround is to use less than 1024 frames.