User Tag List

Results 1 to 2 of 2

Thread: Has this issue been resolved yet?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCSWF Export Module
    N64Mario's Avatar
    Join Date
    Nov 2008
    Location
    USA
    Posts
    1,308
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

    Has this issue been resolved yet?

    Looking back at an old post, I came across this. Think it's one of Looki's posts, but I am unsure what it means.

    BitmapData::threshold()

    Actually, to save you some time, this should basically do it (CServices ~216):

    var newImage:BitmapData=new BitmapData(oldImage.width, oldImage.height, true, 0);
    newImage.threshold(oldImage, r, new Point(0,0), "==", oldColor, newColor, 0xffffff, true);
    I remember asking if the FPS slowdown using color replace in the flash runtime was ever going to be fixed at some point. Was this ever resolved in the latest build R254? Or was this script used to create a new method for changing colors of an object?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    I tried it. The threshold function is nice, but cannot be used in our case. This would have been indeed a lot faster.

Similar Threads

  1. Counter updating issue or code issue?
    By KLiK-iT in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 14th March 2013, 01:48 PM
  2. CRASH MMF2 IDE HWA R249 [resolved to some degree]
    By Tuna in forum Hardware Accelerated Runtime
    Replies: 12
    Last Post: 8th April 2010, 07:17 PM
  3. [Resolved] Making Mouse Invis
    By gro0003 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 10th August 2007, 01:59 PM
  4. Color selector & String text bug? [resolved]
    By arsdigita in forum File Archive
    Replies: 3
    Last Post: 13th September 2006, 01:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •