User Tag List

Page 3 of 8 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 74

Thread: new user with questions

  1. #21
    No Products Registered

    Join Date
    Feb 2008
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    Thanks, LB. I might just open up a yahoo account.

  2. #22
    No Products Registered

    Join Date
    Jan 2008
    Posts
    146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    Ok I fixed it. I will email it back to you in a moment.

  3. #23
    No Products Registered

    Join Date
    Feb 2008
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    Thanks, Sieg! I tried it out and it does work for those line notes.

    Is it possible, the way you've got it set up, to have notes coming across the spaces (between two lines) as well? There are notes on the lines, as you've programmed, but also notes in between the lines, and notes that are tangent to the top and bottom lines of each set of five lines, sort of hanging off the staff or sitting on top of it. Also notes on those little lines above and below and in the middle, and notes in between them on spaces as well.

    Also, is there any way the letter counter could keep cycling through the notes A through G if you kept pressing the right arrow, and backwards through the same letters continually if you kept pressing the left arrow? And any way the letter could be attached to the shooter?

    I can't say I understood exactly what you did, but it is looking good so far. Thanks!

  4. #24
    No Products Registered

    Join Date
    Jan 2008
    Posts
    146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    Yes all of that can be done quite easily

    Is it possible, the way you've got it set up, to have notes coming across the spaces (between two lines) as well? There are notes on the lines, as you've programmed, but also notes in between the lines, and notes that are tangent to the top and bottom lines of each set of five lines, sort of hanging off the staff or sitting on top of it. Also notes on those little lines above and below and in the middle, and notes in between them on spaces as well.
    In the group named "Shoot note" you see several events like:
    Global Value A = 0
    Global Value A = 1
    Global Value A = 2
    ... and so on.
    You can add as many of those as you like (you said you needed about 30).
    Just remember to increase the random value as well. Right now it is random(5) which means 0-4. If you add Global Value A = 5, you should set this to random(6) which means 0-5.
    You can just copy the entire event 30 times and change the numbers.

    Now take a look at the event "Global Value A = 0". It's first action is:
    Code:
    -> Create "note" at (660,142) layer3.
    If you right click that action and choose "edit" you will be able to change the locations where the note is shooting from. Just drag and drop it anywhere!





    is there any way the letter counter could keep cycling through the notes A through G if you kept pressing the right arrow, and backwards through the same letters continually if you kept pressing the left arrow?
    First set the minimum value of the counter to -1 and the maximum to 7. You can do this in the properties of the counterobject (frame editor).

    Now add these 2 events:
    Code:
    if Counter < 0
    -> set Counter to 6
    
    if Counter > 6
    -> set Counter to 0


    And any way the letter could be attached to the shooter?
    Add this event:
    Code:
    Always
    -> Set position of "A-G" at (40,50) from warrior
    To get this action do the following:
    - In the action column of the stringobject, select "position -> select position".
    - A popup will appear. Click "Relative to..."
    - Choose the warrior object.
    - enter (40,50) at the coordinates.

  5. #25
    No Products Registered

    Join Date
    Feb 2008
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    Gosh, thanks! Give me a few days to work on this, and I'll let you know if I got anywhere with it. It looks like it might work.

  6. #26
    No Products Registered

    Join Date
    Feb 2008
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    Hey! I got the counter to stick to her feet when she moves around! Thanks!

    I can't figure out, though, how to set the minimum and maximum values of the counter. I went to the frame editor and selected the counter, but I didn't see any way to do it in the Properties toolbar. Where exactly do I go!

  7. #27
    No Products Registered

    Join Date
    Feb 2008
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    HEY! I got the five notes in the right places, and the game is sure a lot easier to play now!

    I also copied the global conditions so that I now have enough for 35 notes. But I am not sure how to set the random value. Can you tell me specifically how to do that?

  8. #28
    No Products Registered

    Join Date
    Jan 2008
    Posts
    146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions





    Pictures say it all..

  9. #29
    No Products Registered

    Join Date
    Feb 2008
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    Never mind about the random value; I figured that out.

    I've got Global Value 5, which goes with F on the counter, and Global Value 6, which goes with G on the counter, operating for the F and the G at the top of the treble clef. Altogether I've got seven notes functioning now, A through G.

    The thing is that there are about 5 of each of these letters represented on this staff. I am able to get notes firing over all the other lines and spaces, but they don't explode when I fire at them. How do I link them up to the letters on the counter?

  10. #30
    No Products Registered

    Join Date
    Jan 2008
    Posts
    146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: new user with questions

    The thing is that there are about 5 of each of these letters represented on this staff.
    I don't understand what you are saying.. 5 A's? Please remember I have no idea how to read music notes, so I don't really get what you are trying to accomplish.

    And what is a treble clef?


Page 3 of 8 FirstFirst 1 2 3 4 5 ... LastLast

Similar Threads

  1. A few questions from a new MMF user.
    By HGHST in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 6th February 2010, 01:15 AM
  2. tgf 2 questions - new user
    By rthorsen in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 6th January 2007, 04:26 AM

Posting Permissions

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