User Tag List

Results 1 to 3 of 3

Thread: Problem creating object when scrolling

  1. #1
    No Products Registered

    Join Date
    Oct 2006
    Location
    Uruguay
    Posts
    87
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem creating object when scrolling

    My problem is this:

    The "create object at" action, doesn't take into consideration if the object we're creating has "Don't follow the frame" selected.
    If I set an event to create an object, on X:18, Y:30, but before that I do a bit of horizontal scrolling to the right, say 10 pixels, then the new object created will be at X:8, Y:30, which is not what I want, since I set the object so that it won't follow the frame...

    Is this a bug? Or am I just understanding something wrong?

    Thanks!

    - Haora

  2. #2
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem creating object when scrolling

    You might need to first designate a grid that holds the coordinates for your screen, MMF is functioning the right way, it's all relative to the current screens position, you might be able to constantly offset the objects relative to the horizontal scrolling increments, but then you'd have to set your scrolling to scroll only a certain amount of pixels in each direction.

    like x,x-10, / x,x+10
    A grid is better though.

    Or you could have a place marker object that first before scrolling sets the marker at the X,Y position, then create the object relative to the place marker not the current scrolling position of the background.


  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem creating object when scrolling

    A workaround would be to use a layer with scrolling coefficients of 0, and create your object into that.

Similar Threads

  1. text adventure map object in creating adventure games for teens book problem
    By wendymorrison in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 9th October 2013, 02:48 AM
  2. Problem with creating an exe file
    By CitrusMaster in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 11th November 2012, 03:54 PM
  3. Problem creating event for the DialogBox object...
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 2nd September 2011, 11:58 PM
  4. Problem creating a shader
    By NecroToad in forum Hardware Accelerated Runtime
    Replies: 0
    Last Post: 19th July 2011, 11:54 AM
  5. Creating an automatic scrolling screen and...
    By cchapeton in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th July 2010, 11:55 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
  •