Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Title Screen System & Graphics

Hey, working on a title screen. I'd post a screeny but its really about the movement AND the images, and without the movement it looks pretty dull (the background image, for example, is not even related to the game -- I just used it because I needed one).

Use the RIGHT and LEFT buttons to turn the arrow. You can't move the little light bulb. Also, you have to wait for the arrow to stop still. Then you can hit enter and such.

Download Link (~700kb)
 
Nice idea, nice execution... some downpoints I spotted, though...

- the error will stop even if you hold the arrow button... use Input.press? instead of Input.trigger?.
- the arrow blends with the background in a negative way... you should use some matching background, like a clock scheme with a clock pointer (don't know what they're called...) or something like that...

EDIT: You should also make this script string-compatible... modifying the pictures would be a pain in the ass...
 
You don't like the blue globe?

@Scope What's script string-compatible? And I want the player to have to press the arrow instead of holding it. ^_^
 

Tdata

Sponsor

I mean that it just sit there if there is nothing over it. You need to either dispose of it or keep it spinning...
 
Twin Matrix said:
You don't like the blue globe?

@Scope What's script string-compatible? And I want the player to have to press the arrow instead of holding it. ^_^
Well, input a text in the script editor which will be displayed with a defined font, not with pictures.
 
Code:
self.contents(x+(letter_index*10), y, 50, 20, letter_index.text, 0)

Then shift the text's y-value... but I just realized that that's a little tricky... ^_^ Well, Seph will help you :P ^_^
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top