GSPforChrist's Recent Forum Activity

  • I am one. I wanted to buy the standard version, to get pass the free version's 100 event limit. Just unemployment kept me back still. Can not get gas for the car without help from the church. One day though, I might be able to get it. These past several months just were not good timing for me.

    So, just curious who else wanted to buy a license but were unable to for C2.

  • Here is tul's solution which worked.

    I just had a look at it and I don't see why you have that private variables for Text_ScoreIndicator and Text_BooksIndicator at all? They have no meaning, and they aren't used in any part of your code, apart from event 1, where it makes no sense.

    If you just change these two lines in event 1 from

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

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

    to

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

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

    then everything works fine and as one would expect. Don't make it too complicated, get rid of those both pv and refer to the globals instead.

  • Thanks. I sent you a link to the CAP file.

  • 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.

  • 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.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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.

GSPforChrist's avatar

GSPforChrist

Member since 18 May, 2011

None one is following GSPforChrist yet!

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies