User Tag List

Results 1 to 6 of 6

Thread: About the Byte Array

  1. #1
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    About the Byte Array

    Do I have to save and load files that are of .bin format or can I use any format?
    I'd imgine it could be able to open and save every file, I was thinking for a game I could have a .lvl format (level files) for a level editor of one of my games.

  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: About the Byte Array

    You can use any format.. it's only part of the filename. I would recommend you use Binary Array over ByteArray, as it supports other data types.

  3. #3
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: About the Byte Array

    The Binary Array supports other datatypes? you mean like hexinary, octinary & decinary?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: About the Byte Array

    ...no, like shorts, integers, floats and strings.

  5. #5
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: About the Byte Array

    What are shorts and floats?

  6. #6
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: About the Byte Array

    Quote Originally Posted by dragonguy
    What are shorts and floats?
    shorts use half the storage space than an integer would, but as a consequence can only store numbers from 0 - 65535 or -32768 - 32767
    floats are basically just a decimal value like 5.2 or 7.437723

Similar Threads

  1. Control over the bits within a byte?
    By CrazyMLC in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 8th October 2012, 01:43 PM
  2. Sending empty byte with MooSock
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 25th July 2008, 11:39 PM
  3. [BUG]TextThreshold: 0-byte-exe
    By Quinto in forum Extension Development
    Replies: 2
    Last Post: 7th May 2008, 04:19 PM
  4. Byte, Short, Long etc
    By zellix in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 28th September 2006, 09:44 PM
  5. Byte Change Example for Blizna
    By neat_Kliker2 in forum File Archive
    Replies: 0
    Last Post: 12th August 2006, 08:45 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
  •