User Tag List

Results 1 to 2 of 2

Thread: How to do this calculation?

  1. #1
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)

    Join Date
    Dec 2013
    Posts
    121
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question How to do this calculation?

    So i want to check if:
    StrAtX( "Array", XMouse/32-32)

    Is equal to:
    "grass"

    But i have a problem right here:
    StrAtX( "Array", XMouse/32-32)
    minus 32 doesn't do anything

    StrAtX( "Array", XMouse/32-(32))
    Also doens't anything

    StrAtX( "Array", XMouse-32/32)
    Also doesn't anything

    StrAtX( "Array", XMouse-32)
    Also doesn't do anything

    How can i get StrAtX( "Array", XMouse/32) XMouse/32-32

    Thanks

  2. #2
    Clicker Fusion 2.5Android Export ModuleSWF Export Module
    Ziplock's Avatar
    Join Date
    Oct 2013
    Posts
    448
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems to work for me. But for XMouse/32-32, the minimum x position of the mouse would need to be 1056 for the calculation to come into play (32*32+32). Anything lower than 1056 will produce a value lower than 1. What exactly are you trying to do?
    Attached files Attached files

Similar Threads

  1. calculation help
    By aylictal in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 21st May 2013, 02:45 PM
  2. Max() calculation error
    By DavidN in forum XNA Export Module Version 2.0
    Replies: 7
    Last Post: 11th October 2012, 07:12 AM
  3. Angle calculation bug?
    By Fanotherpg in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 23rd April 2012, 09:38 AM
  4. Angle Calculation
    By lincore in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 17th October 2008, 12:53 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
  •