SullyTheStrange's Recent Forum Activity

  • ** Note: Game runs great in Chrome, but terrible in Firefox and IE! Please use Chrome! **

    So far, there's only one level (and even then it isn't really a complete level), but I've been working on this for nearly three months so it's time to show some folks. <img src="smileys/smiley17.gif" border="0" align="middle">

    For those of you who only want to play, here's the link. Sorry to say, takes about 10-15 seconds to load.

    Sneaky Ninja!

    <img src="http://oi51.tinypic.com/2cgggus.jpg" border="0">

    Sneaky Ninja: It's a 2D platformer where you play as a, well, sneaky ninja, trying to sneak past (or silently eliminate) enemy Samurai! Be forewarned: the Samurai are swift and relentless. Our Ninja opts for stealth because he knows he can't fight them hand to hand; if you alert them, be prepared to die! <img src="smileys/smiley15.gif" border="0" align="middle">

    Controls:

    A- Left

    D- Right

    S- Duck

    Space- Jump

    Use Item- F (Quick tap)

    Aim Item(ninja star)- F (Hold)

    Cycle Items- Q

    Select Items- 1, 2, 3

    Midair Stomp- S while in the air

    Midair Hop- W while in the air

    You can hug the walls, slide down walls, wall jump, grab onto ledges... Try it for yourself. <img src="smileys/smiley1.gif" border="0" align="middle">

    How you can help me!

    Simply playing the game and giving opinions/criticisms/suggestions is the easiest way to lend me a hand! If you're feeling even more helpful, here's some other things you can do:

    • Bug reports. Any time a bug happens, treat it the same way you'd treat a bug in Construct 2 itself. Describe it in detail!
    • Help pick a HUD! You can cycle through different HUD styles by pressing K and L, and HUD placement by pressing J. Let me know which one you like best!
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hm. That is certainly strange...

    Having the free edition shouldn't affect this. It might be a graphics card compatibility issue... If so, Ashley would be more helpful than I could be. <img src="smileys/smiley5.gif" border="0" align="middle" />

    If you post the capx file, I'll check it and see if I can figure out what's happening.

  • Looks like you accidentally made it invisible! There's a couple ways that could happen. On the Properties bar on the left when you click the object, you can set its Initial Visibility and its Opacity. If the first says "Invisible" or the second says "0", you won't be able to see the object.

    You also might've made the layer the object is on invisible. Same deal for layers; click the name of the layer in the Layers tab on the right, and then on the Properties on the left, check its Initial Visibility and Opacity.

  • I redownloaded it and it does appear to be working now. Sorry for the misunderstanding! <img src="smileys/smiley5.gif" border="0" align="middle" />

  • Oh come on, Kyatric! <img src="smileys/smiley36.gif" border="0" align="middle" />

    Serves me right for not refreshing before posting this...

  • Okay, I fixed it. I also fixed, well... a lot of things. <img src="smileys/smiley36.gif" border="0" align="middle" />

    db.tt/UmBj3oH3

    I'll try to explain all the changes I made.

    The biggest problem with the dialogue system was that you were trying to create new objects for each part of the conversation, which wasn't necessary to do at all. It gets very messy trying to deal with all those objects, and the way I set it up is much simpler. Instead of having all of those conversation objects, there's a single one, simply named Conversation, with all of the different pictures set as frames of an animation. Normally, that means it would cycle through the pictures as an animation, but I also set the animation speed to 0, meaning it doesn't move; at that point, you use events to set the animation frame, switching between them as you want.

    In addition to the conversation pictures, you also tried to create different text objects for the actual words. Again, you only need one text object. For each part of the conversation, you can use the text object's "Set text" action to display the dialogue you want.

    Same goes for the "Next" and "Close" objects -- you only need one.

    To advance the conversation, I gave Next a private variable called "Convo". When Next is clicked, Convo is increased by 1. Based on the current value of Convo, you change the conversation picture and the text to be what you want it to be.

    Also, the thing mentioned before about putting all the pictures into an animation with a speed of 0 can be applied to things like the corpses, which I did for you. You won't have to have separate objects like Corpse1, Corpse2, and Corpse3; just one object called Corpse, with all three pictures in it. In the editor, you can click an object and set its initial frame under the "Properties" section.

    I'm not too good at explaining things, so don't hesitate to ask any questions if I confused you with all of this. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • smitchell, I guess I could do that, but perhaps Wastrel's idea would be easier? <img src="smileys/smiley17.gif" border="0" align="middle" />

    Wastrel, I don't really NEED anything now, or at all really. It would just be really awesome for C2 devs to have an easy way to let users have customized controls. I have a lot of trouble deciding on what keys to use in my games, because I don't know what people want to use. If this worked, it would eliminate that ordeal and make a lot of people happy. <img src="smileys/smiley1.gif" border="0" align="middle" />

    If you think this KeyboardPlus thing would work, then I'd really appreciate it if you could try it. Don't feel like you HAVE to, but if you have time... <img src="smileys/smiley4.gif" border="0" align="middle" />

  • The problem is with the "extra control". In the one you just posted, it's replacing the default controls and it works, but if you're using extra controls, it'll freeze.

    db.tt/M6uldR3X

    This one I posted on the other page uses extra controls. I know you SHOULD replace default controls, but in my actual project, I'm using them for something else, so don't scold me too much. <img src="smileys/smiley17.gif" border="0" align="middle" />

  • The download isn't working; you saved it as a folder, but didn't give us the whole folder. <img src="smileys/smiley17.gif" border="0" align="middle" />

    The easiest thing to do is click "Save as a single file" and then upload that. Much less hassle for other people.

  • Those look great! I might use some of the sprites, full credit to you of course. Great work! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Yup, just not possible right now. Families were just added, so only the basic functionality is there; the rest will be added in coming releases though, don't worry!

  • Okay, no good... This time, the problem seems to be with PlatformMP. <img src="smileys/smiley6.gif" border="0" align="middle" />

    I'm not sure if this is gonna work out...

SullyTheStrange's avatar

SullyTheStrange

Member since 26 Jan, 2011

None one is following SullyTheStrange yet!

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies