Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>mark_break()</b> c_demo http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MARK_BREAK()                                                        C_DEMO
   Breaks marked object groups into individual objects.

   Syntax
         MARK_BREAK(nLevel)

   Arguments
         nLevel      Level to break combined objects at depending on how
                     they were combined.
                             0 - only objects combined at level 0 are broken.
                             1 - only objects combined at level 1 are broken.
   Returns
         None

   Description
         MARK_BREAK() breaks all marked objects (combined at nLevel) into
         their component objects.

         For example, if there was a group of objects combined at level 1 and
         you wished to break it into its component objects, nLevel would be
         set to 1. nLevel would be set to 0 if the group had been combined at
         level 0.

         Suppose you had two groups, one combined at level 0 and the other at
         level 1, and the two groups were combined at level 1. If the new
         group was then broken at level 1 (the only level it could be broken
         at because that is what the group was combined at), the original
         group combined at level 0 would still be combined, but the group
         combined at level 1 would break into its component objects.

See Also: MARK_COMB() MARK_WIND() WIND_BREAK() WIND_COMB()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson