nickkname's Forum Posts

  • Link to .capx file (required!):

    dropbox.com/s/lmieydfu1g66hdu/prob.capx

    Steps to reproduce:

    1. Play game

    2. Using arrow keys, move character around

    3. Hit a house or a tree

    Observed result:

    Character partially passes through/into object OR hits an invisible wall several pixels around the object

    Expected result:

    Character bumps into object but cannot pass through/into it

    Browsers affected:

    Chrome: n/a

    Firefox: yes

    Internet Explorer: n/a

    Operating system & service pack:

    Vista

    Construct 2 version:

    r137

  • Why don't we make a game like Super Smash Bros. but with Scirra characters, items, and levels? Just some ideas I'm throwing out.

    I'm thinking of taking the best of the series and improving on it - for example, there could be an Adventure Mode where you go through levels before fighting your next opponent, only the levels are skippable.

    And there could be coins or stars or whatever that you win after every fight and after beating the final boss(s) to unlock new modes, minigames, characters, skins, levels, items, menu backgrounds, music, etc.

    I'm not sure how this would get started, though. Just ideas.

  • //Example 1//

    Key Down "Up" >

    Simulate Up

    Set Animation to "up"

    //Example 2//

    Key Down "Up" >

    Simulate up

    Set direction "up"

    if direction="up">

    Set animation "up"

    -----

    If that doesn't work then you have something wrong and need to post a CAPX for us to see what exactly is messing up

    That worked, thanks everyone :)

    <img src="http://img14.imageshack.us/img14/9053/gauo.jpg" border="0" />

  • Make sure the object's properties, the "Default Controls" is set to "NO"

    I set default controls to No. I tried the alternative controls again - new keyboard events instead of subevents. My character moves, but doesn't change animation frames.

  • Hey nickkname

    you need to do simulate constrol aswel.

    like this

    <img src="http://i.imgur.com/tci0beo.png" border="0" />

    I made a new event with simulated controls. My character goes to new animation frames - when I press W for Up, he becomes the WalkUp frame - but I can't move my character.

    So I made the simulated controls a subevent under the keyboard controls, but my character could neither change frames or move.

  • <img src="http://img832.imageshack.us/img832/5927/r9sf.jpg" border="0" />

    I made the Keyboard event into "Or" blocks and added WASD and IJKL controls, but when I tested it out, the player doesn't move.

  • It's probably off screen somewhere. Go to "File -> Preferences" and click "Reset dialogs". That should take care of it.

    It worked! Thanks :)

  • I used this animation tutorial: scirra.com/tutorials/413/direction-based-sprite-animation

    But I can't find the List of Animations window. Here is what I mean. Left is the tutorial, right is what I have. Clicking on the Animation window does not bring up the List of Animations window.

    <img src="http://img42.imageshack.us/img42/8266/i217.jpg" border="0" />

  • I accidentally delete my game file and didn't back it up. Is there a way to download my game file from the Arcade?

  • 1. A behavior or feature that makes the transparent parts of GIF images non-sold when the image has a Solid behavior (good for mazes, bridges, etc.)

    2. A behavior or feature that makes objects glow and illuminate the layout

    3. A motion control object - for Kinect, Wii U, and PS Move

    4. A laptop touchpad object - like the mouse, keyboard, etc.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • nickkname - try the alternative torrent download instead.

    I updated to the newest stable release and still can't update or upload my game - I tried both, neither works. I get this error:

    <img src="http://img41.imageshack.us/img41/827/20798092.jpg" border="0" />

    The webpage stops loading and the bar next to the Browse button goes blank.

  • I got this error message when downloading r131, because once again I can't update my game:

    <img src="http://img22.imageshack.us/img22/9145/capture2hy.jpg" border="0" />

    I tried updating my game before r131 but the window wouldn't load. I tried downloading r131 two times and got the same error message (above).

  • Ok, you are setting your Text object to show the score on the Start of Layout. That only happens when the layout first starts. What you want to do is the add code to show the score in the text object either every tick, or when a score is updated.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/9143aba0-f601-4ea8-aa2a-7d2f4e532851/2013-05-20_1159.png" border="0" />

    Thanks!

  • I have r130 and I can't upload the newest version of my game. The window just freezes.

  • Here's the capx: game example