Jump to content

mcaddy

+Premium Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by mcaddy

  1. Having a bit of an issue with a new cartridge I'm developing! I have drawn some adjacent zones as non overlapping polygons (with a good margin), all works fine on multiple android devices, however on the iPhone I've noticed that on some occasions it shows my player in multiple zones at the same time. I've not been able to find a way to get the iPhone app to display the zone boundaries, it only shows a pin (I'm assuming this is the polygon centroid) which when I click on it shows a curricular blob, I've some hypotheses as to what might be happening but was hoping someone with a bit more experience using the iPhone app could offer some thing more authoritative.
  2. Hmm, I guess that makes sense. So for others that might stumble across this problem in the future If I change the condition to ('Player' not contains 'Item') I get the correct logic, however it is a little imprecise as it will still fire if the player has left the item in another zone, as a result I needed to use ('Player' not contains 'Item' AND 'Zone' contains 'Item') to be sure it's in the zone and not the player. Or for all possible cases a compound if as shown in attached image
  3. I'm trying to use the contains operator to evaluate if a user has an item in their inventory or if it is in a zone. It seems that it is not working. I've attached a simple test cart that demos what I believe to be the problem Cart starts and 'Item' is in User inventory When user enters the 'zone' an 'On Entry' event checks to see if item is in the zone and raises a message if it is, the message is displayed even though the item is in the player inventory and not in the zone inventory. Any thoughts? Test.urwigo.txt
  4. I'm in the final stages of setting up the Wi-Fi for the Halloween Mega and it has been suggest that we could host the two local Cartridges on our website. Having looked at the Wherigo I've just downloaded from the site it seems to have my name baked into the top of the file, does this mean it will only play for me? If it will work for others will the completion codes fail when (if) they try and unlock? Would it be a bad idea to share the file this way?
  5. I have a Wherigo that I've built and tested in the emulator however it's not working on the Android app, I don't have an iPhone to test with so I don't know if it's broke for all devices or just Android. The specific problem comes when I try and Drop an item in a zone, Before dropping I use the following function to check I'm in one of the two acceptable zones function OnBank() return (NorthBankZone.State == "Inside") or (SouthBankZone.State == "Inside") end however this seems to always return false regardless of state. Can anyone assist?
  6. I enjoyed the Trail Bex & Jax's Firs Trail http://coord.info/map?ll=52.268871,-0.954028&z=15 anti-clockwise round the trail probablly presents the best introduction
×
×
  • Create New...