GSPforChrist's Forum Posts

  • Nice example, Miu3.

  • tulamide, thank you for replying back. I am looking at it and I must be missing something. It looks the same as how the score is. May I send you a link to take a look at it and point out my error?

  • I can not seem to get one of my global variables, BookCount (goes with text OBJECT "Text_BooksIndicator"), to update. As far as I know, I made it just as the one for the game's score. Even cloned and pasted from is OBJECT, Text_ScoreIndicator. But whenever the collision happens, the BookCount stays 0.

    + System: Always (every tick)

    -> Text_HealthIndicator: Set text to "Health: " & Hero ('Health')

    -> Text_ScoreIndicator: Set text to "Score: " & Text_ScoreIndicator ('score')

    -> Text_BooksIndicator: Set text to "Books: " & Text_BooksIndicator ('BookCount')

    -> System: Set global variable 'Score' to Text_ScoreIndicator ('score')

    -> System: Set global variable 'BookCount' to Text_BooksIndicator ('BookCount')

    Then down in where the OBJECT "BibleDrop" collides with the ship:

    + Hero: On collision between Hero and BibleDrop

    -> System: Add 1 to global variable 'BookCount'

    -> BibleDrop: Destroy

    I am not sure what I am missing. I have it copied like other items, like the health packs.

    Thanks for any assistance.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Mr. Ksoft,

    See if information in this post can help too. It has a link to an example play list by tulamide.

    scirra.com/forum/multiple-background-music_topic45271_post289487.html

  • Greenwich Mean Time (GMT) +0000 UTC then. So 6p now, as for me it is 1p Eastern Standard Time (EST) -0500 UTC.

    Thanks.

  • Will we see the ability to show the forums under our own time zone?

    Also, what is the default zone of the forums?

    Thank you.

  • I got it now. That works and I understand it more now. Thank you.

  • Forgive me. I am still learning the way this program works.

    This is what I have:

    + System: Always (every tick)

    -> Score: Set text to "Score: " & Score ('score')

    -> System: Set global variable 'Score' to Score ('score')

    And I have tried but I keep getting errors. I am not putting bits in the right places it seems. I am not sure how the Xs work out in this, or if they are variables. Could you clarify it just a bit more for me please?

    Thank you.

  • In my GUI, the word "Score" and the digits for it to the right:

    + System: Always (every tick)

    -> Health: Set text to "Health: " & Hero ('Health')

    -> Score: Set text to "Score: " & Score ('score')

    -> System: Set global variable 'Score' to Score ('score')

    What I have tried doing is making the digits to the left of the word "score." I have tried adding spaces, using quotes, mixing and matching. I either get errors or I get to the closest possible where the digits is to the left but no spaces: 0Score

    How do I get the spaces in correctly?

    Thank you.

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

  • The quick access toolbar that can go above or below the ribbon toolbar.

  • Could it be possible for the quick tab to be moveable from the left? Classic had the icons in the middle of the toolbar. Would C2 have the ability to have it positioned there later?

    Thanks for reading.

  • I just found that my theme was set for the Windows 7 skin. I tried changing it to the others. I found that the Office 2007 black, silver, and aqua skins made the text easier to see, but the eyes need a bit of adjusting. For me, the blue skins are easier to see, but the text was harder, only in the coordinates area. I just need to play around in one of those other three skins to get used to the colors and I should be good.

  • I see them now. On the bottom right of the program. A bit too blended in color for me to have noticed the first time.

  • Oohhh. I never noticed. Might have to adjust my glasses. Might be hard to see.