User Tag List

Results 1 to 3 of 3

Thread: create object question

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    May 2007
    Location
    Brazil
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    create object question

    its possible to create an object at the mouse coordinates?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: create object question

    Yes, but you can't tell MMF2 to create an object there directly - instead, when you have actions to position an object in the same event line as a Create Object action, those events will affect only that object.

    So you can use something like:

    + On mouse click
    -> Create "Object" at 0, 0
    -> Set "Object" X position to XMouse
    -> Set "Object" Y position to YMouse

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    May 2007
    Location
    Brazil
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: create object question

    hm, the expression calculator would be better to use when creating objects

Similar Threads

  1. Launch or Create Object actually creates two of the object, not just one.
    By LemonyLime in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 30th June 2017, 09:46 PM
  2. Simples question, can I use a collision to create an object where it hits?
    By CapJSheridan in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 11th May 2013, 08:54 AM
  3. What is the most optimized way to create levels? Info on question inside.
    By edman3d in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 2nd March 2013, 10:32 AM
  4. [BUG] Create object if flag is off, and assign something to the created object
    By Popcorn in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 24th January 2013, 11:01 PM
  5. Create object at same position of object destroyed
    By The Thinker in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 6th November 2006, 12:16 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
  •