heyguy's Forum Posts

  • Thank you! I thought the tutorial pages were gone with the change to this new site.

  • Hey all. I'm messing around with C2 and I want to try a create a game like Velocispider.

    Subscribe to Construct videos now

    Something you don't see in the trailer is if you hold you phone at an extreme left or right tilt, the player character will gain speed/momentum and hit the screen edge really quickly. Basically, you holding the phone at almost an upside angle will make the character "fall" left or right very fast. I'm not sure how to create that sense of momentum/acceleration/physics/gravity when tilting. Here's the basic code I've got so far. Should I use some sort of physics on the player? Thought cchanging the speed or acceleration of the sprite with a steeper gamma number but that didn't work as expected.

    Thanks for looking and Merry Christmas!

  • I made a folder a while back containing different capx examples of fake, pseudo and real 3D, created by others. I added some more today for this thread.

    https://www.dropbox.com/sh/ijd8ze5okysi ... 3yTba?dl=0

    Essentially you can make "3D-like effects" and even actual 3D with plug-ins. If you're good at math, I bet you can make pseudo 3D stuff. I think the paster capx is very cool, looks like it can help you make a 2D sidescroller with some 3D graphics. I think I've seen another overhead GTA style project on the forums that looked really great!

  • Hey there! I think these might be able to help in general!

    https://www.dropbox.com/s/gi069efukrc0o ... .capx?dl=0

    https://www.dropbox.com/s/motun4pvo9whd ... .capx?dl=0

    https://www.dropbox.com/s/9pscwbjmhy9fy ... .capx?dl=0

    You'll find lots of useful files searching through the forums and tutorial page! These should answer your questions except maybe getting an enemy to both follow and jump if the player is on a higher ledge. I imagine you need to run some sort of check to figure out if the player is above a certain Y value in relation to the enemy then jump. I'm actually pretty sure I've seen a capx like that floating on the forums too <img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing"> Anyway, hope these help!

  • Thanks I tried and I think I got it half right. The first sprite animated and destroys as intended but that's all that happens.

    https://www.dropbox.com/s/45qt8ezvlnse0 ... .capx?dl=0

    So I was actually hoping to create an efficient function that automatically destroy the sprites in order, maybe with a loop, instead of me individually picking instances through events. I actually updated my events to reflect the desire to create a convenient function.

  • Hey there! I'd really love to chat about Visual Novels, Text Adventures, Choose Your Own Adventures and how to create them using C2. Has anyone made a game like this? Are there any examples out there? While thinking about easy and fun games to create, I came up with the idea of making a simple Text Based Adventure game like Lifeline for iOS and Android. Here's a trailer for Lifeline.

    Subscribe to Construct videos now

    I did some research and learned text based adventures or visual novels might not be that "simple" to create. Still, I thought I'd get creative. I came up with the idea of using one sprite with art and text (essentially a long image with text boxes), placing smaller sprites over the text and using timers to destroy the sprites to reveal the text. What does everyone think of this idea? Is this a feasible way to create a text adventure in C2? Here's a simple capx demonstrating what I've got. Works best on mobile!

    https://www.dropbox.com/s/4aoo9g5i5ym0i ... .capx?dl=0

    Pretty bare-bones. So I need to do more research on different topics! Right now I'm trying to wrap my head around:

    -How to determine the players progress and current game state

    -How to scroll the screen down with each new message

    -Preventing the player from scrolling down into blank page

    -Adding dialogue options for the player

    Can anyone point me in the right direction with some of these topics? I think I've got some of it figured out...in theory. I think I can create a variable to keep track progress by the number of messages received, right? And for scrolling the screen down with each message, I think I can move the invisible player sprite (that has a scroll to behavior and I'm already using to scroll) onto a new message each time. The other two, I'm not sure. I'd appreciate any help! Thanks!

    On last thing, I'd really like to discuss story for this type of game too, if anyone's up for it! I really like the way Lifeline did text based adventure! I'm trying to replicate that "look" (since it seemed easy to recreate) but I don't think many stories fit the simple Lifeline look and experience. What do you all think are interesting Lifeline-type experiences? I know that instead of text messages, I could write paragraphs and include drawings to make this more of a visual novel, which I might do instead. Some story ideas I've been kicking around are a:

    • Sci-fi Crime Noir story (visual novel)
    • Fantasy D&D like story
    • FBI Crime Noir like Condemned Criminal Origins (visual novel)
    • Lifeline-esque story on Water planet
    • Lifeline-esque story on abandoned space station
    • Lifeline-esque horror story like a choose your own Silent Hill

    Gotta keep brainstorming lol. Anyway, thanks a lot for looking at my post! So is this a good way to create a text adventure or visual novel game?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello all! It's been forever since I used C2 and I'm a bit rusty! So I'm trying to create a simple text adventure game, similar to "Lifeline". I came up with the idea of using one sprite (essentially a long image with text boxes), placing smaller sprites over the text and using timers to destroy the sprites to slowly reveal the text.

    Question 1 - How do I set a timer to destroy the sprites in order? Right now, all small sprites run an animation and destroy themselves within 3 - 6 seconds. I want the first sprite to run the animation, destroy itself, the process to repeat on the next copy, and etc.

    Question 2 - Possibly more complicated - How can I limit the player's ability to scroll only so far as their progress? That is to say, you shouldn't be able to scroll down to see blank space. Any thoughts or suggestions? Is this a feasible way to create a text based adventure? Thanks!

    Note: I'm making this for mobile so the visuals/resolution/controls are optimized for mobile. Should work on browser though

    https://www.dropbox.com/s/4aoo9g5i5ym0i ... .capx?dl=0

    edit: formatting and less words

  • Looks great so far, the art and the systems! Can't wait to see more of this. Did you create Mazes of Karradash 2 with Construct 2? How long did it take you to create your previous game and do you have an overall ETA for this game?

  • You do not have permission to view this post

  • You should get help from the pixel artist from pixelation.org or pixeljoint.com. I'm not sure how I would replicate that "glow" on PS, I would just paint the effect in.

    edit: This might also help you get an effect you're looking for.

    http://www.snakehillgames.com/spritelamp/

  • I created a Soundcloud account and uploaded 3 tracks!

    https://soundcloud.com/user-367269977/

    This is the first time I've ever created music. I have no music experience at all and I'd appreciate any feedback. I'm still slowly plugging away at this game! I'm currently creating the main character animations and creating some music using Pixitracker for Android.

  • Still working on this game. I've been stuck on creating tilemaps for a while but I'm close to finishing. I've started making character and enemy sprites. AND...I've created some boss music for the game! I'll upload some music I made on here next post, gotta create a SoundCloud account!

    Here's a sample of some of the tilemaps I've been working on.

  • Sweet game, I like the idea a lot! Seems like a great way to learn how to create two styles of games. How long did this take to make? How many people? I got up the the 5th section or stage of the casino.

    I have one specific comment. Coins are very hard to see in some stages/sections. The dark floors and dark coins don't work well together. Maybe outline the coins in white or make them shades of white and gray.

  • Unsure if this has been mentioned or not but this issue has now been fixed. Go forth and write tutorials!

  • Team Notion and their/his game Super Ubi Land. I know I've seen the guy on the forum but his handle escapes me. He was featured in Black Enterprise magazine which I would say is pretty cool. It's a great honor, good publicity and signal he's doing pretty well with C2 and game development!