User Tag List

Results 1 to 2 of 2

Thread: layer object bugs (swf specific)

  1. #1
    No Products Registered

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

    layer object bugs (swf specific)

    sorry if these are known, couldn't find any mention of them:

    ================================================== ====

    EVERY 00-01
    Set Y layer "bg layer" to lyrGetLayerBnYPos( "Layer object", "bglayer")+1


    in mmf (with wrap vertically ticked of course) this vertically scrolls the layer "bglayer" on an infinite loop

    however in swf, the background does not wrap

    strangely enough, if you change the +1 to a -1:

    EVERY 00-01
    Set Y layer "bglayer" to lyrGetLayerBnYPos( "Layer object", "bglayer")-1


    the problem does not occur

    ================================================== ==

    Bug 2:

    ok, i want my "bglayer" to scroll diagonally with wrapping
    works fine in MMF, but not in SWF (in SWF it doesnt scroll at all)

    EVERY 00-01

    Set X layer "bglayer" to lyrGetLayerBnXPos( "Layer object", "bglayer")-1

    Set Y layer "bglayer" to lyrGetLayerBnYPos( "Layer object", "bglayer")-1

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: layer object bugs (swf specific)

    As a temporary workaround for the first problem say your frame is 400 pixels wide. You can subtract 399 to make it like adding 1.
    Working as fast as I can on Fusion 3

Similar Threads

  1. Specific HWA bugs
    By ASD in forum Hardware Accelerated Runtime
    Replies: 6
    Last Post: 2nd October 2012, 09:24 AM
  2. Problem with deleting objects on a specific layer
    By ChrisStreet in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 7th June 2009, 12:29 PM
  3. Select all objects in a specific layer and more.
    By RHK in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 8th September 2008, 05:21 PM
  4. Layer Object can't move counters to specific layer
    By JoKa in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th November 2007, 11:11 AM
  5. Layer - Bugs
    By Villy in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 14th November 2006, 03:13 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
  •