User Tag List

Results 1 to 5 of 5

Thread: Schoolassignment, Need help!

  1. #1
    No Products Registered

    Join Date
    Mar 2010
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Schoolassignment, Need help!

    1st of all i`d like to give a thank you to whose who helped me in my previous topics, well. I have another problem.
    I added a dissapear effect to the enemies in ym application wich you can find Here . As you can see now, if you look carefully, it sometimes spawns enemies that instantly dissapears. And that ****s up the score sustem that i have because the player is given free score. Can someone like.. trobleshoot this because i really cant find the issue, Please dont upload a fixed versiom of my file, just give me instructions with NO SHORTFORMS so i can make it myself, after all, it is a school assignment ^^

    Thx on forehand.

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Schoolassignment, Need help!

    Look thru your events that you destroy the objects in

    One of them must be triggering over and over and killing the enemies.

    One handy trick people do is to put a "ding" sound on an event then you can hear when its being triggered and as you go thru and figure out exactly which event needs some adjustments.

    most likely has something to do with alterable value A

    You create more enemies but I don't think you set alterable A to a value thus the new enemies are 0 and that triggers the destroy event.

    But I didn't look close just what I saw from a glance at it.

  3. #3
    No Products Registered

    Join Date
    Mar 2010
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Schoolassignment, Need help!

    Can you take a look at it a little moore? I´ve been at it all afternoon and it just confuses me.. I might just remake this 6hr projekt..

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Schoolassignment, Need help!

    Its alterable value A

    When an object is created its 0

    So unless you set it to something else when you create it -- its going to trigger the event line where you test
    Alterable value A <= 0

    If you wanted to user alterable value A to track the shots that have hit the enemy you need to set it to a value and count down or count up and check if alterable value A equals the number of hits you want to have before it is destroyed.

  5. #5
    No Products Registered

    Join Date
    Mar 2010
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Schoolassignment, Need help!

    I did find that now, but i did set the value of bulk 9 and that did make the auto score thingy removed, but whener i killed an enemie, i got 40 score.. 40 score for 1 enemie, and i did set it to give 10 score..
    Something is up here..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •