User Tag List

Results 1 to 3 of 3

Thread: Bug?

  1. #1
    mojofltr
    Guest

    Bug?

    ... or am I just trying to do something stupid?

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=154786#Post1547 86

    Here is an Oinc Tic-Tac-Toe example I made. After uploading it on the forum, I realized that when an observer joined the game, the vs. text in the title was getting messed up. So I went back and looked at the code and tried to set an event to only set the vs. title (with the window control object) when the number of peers = 1. To do this, I used "compare two general values".

    This seemingly simple event makes the game crash. I created a new application to see if I could duplicate the crash in one line... to see if it was some problem with my other code that I needed to take another look at.

    I created one event:

    Channel_PeerCount("Oinc Client") = 0 --> set title to "test".

    It crashed.

    So, perhaps I'm just doing something completely stupid or is this a bug? Thoughts?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug?

    Uh oh. I was planning on using that for deciding who the Zombies were! :shocked:

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Bug?

    If you have a channel selected when you use that expression then yes, that is a bug.. I'll look into it.

Posting Permissions

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