User Tag List

Results 1 to 4 of 4

Thread: A few questions..

  1. #1
    No Products Registered

    Join Date
    Jun 2007
    Posts
    323
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    A few questions..

    1.How might I go about taking a static 1 pixel object..and manipulating it to act like a Line in MSPaint?

    Example...user left clicks anywhere on the screen. The object is created at the mouse..If the user then holds down left click and moves the mouse, the object will stretch to reach the mouse..it will also rotate with the mouse..when user lets go of left click, the line is destroyed.. I've found a few examples on this..where the line would be considered a laser..but they all use the draw object..If I'm not mistaken the "drawn line" cannot have conditions as "line overlaps object"..

    2. I asked this in a previous post so I didn't end up making 2 but I can only assume it was overlooked ;; Anyway.. I made a "dragging camera" using the Advanced Direction Object. It works fine and all, but when the screen starts scrolling my player will start shaking.I notice this isn't as bad when the camera follows fast moving objects, but I can't increase the speed of my current player anymore than it is. Any workarounds for this? Thanks in advance!

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions..

    1) Try the Draw Line object or Overlay Redux. I think the Draw object should be removed from MMF2.
    2) Couldn't tell you without seeing the MFA

  3. #3
    No Products Registered

    Join Date
    Jun 2007
    Posts
    323
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions..

    Jamie, I have uploaded an example of the camera issue here: http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=166727&#Post166 727

  4. #4
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    Sumo's Avatar
    Join Date
    Jul 2008
    Posts
    642
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: A few questions..

    1. draw the one pixel out as an active
    2. when user repeat clicks, create active at xmouse/ymouse and set alt value A to 1
    3. when user repeat clicks and alt value A equals 1, always, set XScale of active to Distance between active orgin and mouse coordinates. (Advance direction object)
    4. always when alt value A equals 1, set angle of current active to direction between active and mouse (Advance direction object)
    5. when user DOES NOT (negate) repeat click, set alt value A of active to 0

    If you do this correctly, it should create the line where you click and stretch it out to your mouse. Then when you let go it will stop. The alterable value makes sure that only the line that you just created is the only one that is being stretched/changing it's angle.

Similar Threads

  1. some Questions
    By DiViNiTY in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 24th September 2010, 03:11 PM
  2. Some Questions
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 15th June 2009, 07:49 PM
  3. 2 questions
    By Spark in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 30th November 2007, 05:56 PM
  4. two questions please
    By piki in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th August 2007, 06:01 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
  •