ReanimtedNerd's Forum Posts

  • Looks like my kind of game, just wish I had 59p to spend <img src="smileys/smiley36.gif" border="0" align="middle" />

    Oh well, payday friday, will be downloading this!

  • Okay, that makes sense. Thank you very much guys! <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Thanks, any tips on how to get the text to scroll nicely, rather that just appear in one big lump, and how to only allow the player to move on to the next text once it's finished scrolling?

  • I'm sure I read a tutorial somewhere that mentioned arrays... Never mind <img src="smileys/smiley9.gif" border="0" align="middle" />

    Creating the notification box isn't the problem, my problem is getting the text to appear. Would I need to have every piece of text for the layout off-screen? Probably a noob question but I've never done text before <img src="smileys/smiley36.gif" border="0" align="middle" />

  • dl.dropboxusercontent.com/u/28499111/spacegame.capx

    But I havent even started a text system yet. Just wondering if anyone knew a simple way to implement one, as I don't know how to work with arrays, or anything complex <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Hi all, me again... <img src="smileys/smiley36.gif" border="0" align="middle" />

    I'm hoping someone can help me with a way to display text during my game.

    I'm making an RPG, so there's gonna be a LOT of text during the game, and as much as I'd like to think I'm getting good with Construct, I'm still very much a spirited amateur, so please keep it simple for me! <img src="smileys/smiley17.gif" border="0" align="middle" />

    Thanks in advance

  • I've set a global variable that only spawns the text on a paticular value, so I don't think it's that. The event that should destroy the Shop text is destroying all the other text, which is why I can't figure this one out...

  • Hi all, been experimenting with a shop system, and I've come up with the idea of invisible sprites that spawn the initial text buttons, and on press destroys the text buttons and spawns new ones.

    The problem I'm having, is that when I press "Shop", all the text buttons EXCEPT "Shop" destroy perfectly and the new ones spawn.

    Here's the capx: dl.dropboxusercontent.com/u/28499111/spacegameShopProblem.capx

    Any ideas why this one refuses to disappear?   <img src="smileys/smiley1.gif" border="0" align="middle" />

    As usual, any help appreciated!

    Edit: Event sheet is the "station" one <img src="smileys/smiley17.gif" border="0" align="middle" />

  • No joy with hiding layers... <img src="smileys/smiley11.gif" border="0" align="middle" />

    I HAVE narrowed the snapping to the scaling option though. I had it set to "Scale Outer" and changing that option to anything else gets rid of the snapping.

    However, how can I scale the game screen to different screen sizes without "Scale Outer"??

    Probably a noob question but it's beyond me :P

  • Awesome, I'll try that now. As for the font problem, I'll cross that bridge when that's my biggest problem <img src="smileys/smiley36.gif" border="0" align="middle" />

    Thanks again!

  • Doesnt seem to make much of a difference. It looks like the laayout spawns on the right hand side of the screen, and then snaps back to the left a split second afterwards.

    What if instead of a separate layout I was to spawn the shop GUI on a layer over the station GUI?

    Edit: No, I've used a Star Wars font which shows in the editor, but not in the build. Only a temporary thing

    <img src="smileys/smiley36.gif" border="0" align="middle" />

  • Here's the video: dl.dropboxusercontent.com/u/28499111/chrome%202013-08-19%2010-27-22-33.avi

    How do I decrease opacity? Can it be applied to the whole layout or would I have to do each individual layer?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm uploading a screencap to show you what I mean but it's taking forever...

    In the meantime, is there a way to fade between layouts?

  • Hi all, me yet again.

    I'm making a shop system and when I go from the "StationGUI" to "Shop", the transition between the layouts is really jittery and looks really unprofessional.

    Here's the capx: dl.dropboxusercontent.com/u/28499111/spacegame.capx

    As usual, any help appreciated but please explain the fix or I'll never learn <img src="smileys/smiley36.gif" border="0" align="middle" />

  • Thanks for the reply! However, after a decent night's sleep I managed to figure it out. Basically the game checks if the global variable "Credits" is greater or equal to 100-shiphealth, and if so it does the repair. If not, it displays an error message.

    Cheers though! <img src="smileys/smiley1.gif" border="0" align="middle" />