User Tag List

Results 1 to 2 of 2

Thread: changing properties of object for specified time

  1. #1
    No Products Registered

    Join Date
    Nov 2009
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    changing properties of object for specified time

    I am a teacher and I'm doing a lesson on creating a pacman like game. I'm trying to figure how to change the properties of an object for a specified time, like 5 seconds (making the ghosts a different color). I've tried using the timer, but that doesn't seem to work. Can someone help please.

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: changing properties of object for specified time

    Use an Alterable Value of the ghost.

    Something happens
    >Ghost: Set alterable value A to 5

    Every 5 seconds
    +Alterable value A of ghost is >0
    >Alterable value A of ghost: subtract 1

    Alterable Value A of ghost is >0
    >Ghost: change animation to your color

    Alterable value A of ghost = 0
    +Only one action when event loops
    >Ghost: set the animation to your color

    Hope this helps.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

Similar Threads

  1. List object - interchanged properties
    By Gustav in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 24th June 2014, 01:01 PM
  2. Changing layer properties?
    By Storsorgen in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 16th August 2012, 01:46 PM
  3. Changing screen resolution during run time
    By NG2 in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 21st July 2009, 02:35 AM
  4. Changing the info properties of MMF2 applications?
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 26th May 2009, 05:47 PM
  5. Changing Properties
    By Person in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 24th September 2008, 03:30 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
  •