User Tag List

Results 1 to 2 of 2

Thread: Max Speed changing

  1. #1
    No Products Registered

    Join Date
    Jan 2008
    Location
    Gravesend, Kent, UK
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Max Speed changing

    I am working on a program where if object A hits object B, object B's max speed will be subtracted by 5.
    But when I go on object B's actions, I can't subtract from original max speed.

    It should be-

    if> Object A hits Object B
    then> set Object B max speed to Object B [color:#FF0000]Max Speed[/color] -5

    But I can't set a max speed to a max speed as it doesn't come up with the option of 'Max Speed'.
    Any ideas/fixing updates?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Max Speed changing

    Ok, I think that I have found a way that I have tested and it works:
    + Always
    - Set "Object A" maximum speed to alterable value A

    + Start of frame
    - Set "Object A" alterable value A to 50

    + Collision between "Object A" and "Object B"
    - Subtract 5 from alterable value A of "Object A"

    Key:
    +: Condition
    -: Action

    Hope this helps!
    EDIT:
    Example File

Similar Threads

  1. Character and enemy speed changing in Xcode
    By Enchantainment in forum iOS Export Module Version 2.0
    Replies: 9
    Last Post: 9th July 2013, 04:46 PM
  2. Changing the animation speed
    By Rabagast in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 8th January 2009, 08:04 PM
  3. dynamically changing scroll speed of the frame
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 36
    Last Post: 1st June 2008, 12:40 AM
  4. Changing the speed of a layer at runtime
    By James in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 11th August 2006, 06:40 PM
  5. Changing animation speed??
    By Mantoid in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 7th July 2006, 01:44 PM

Posting Permissions

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