Jump to content

Darkchie

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have seen this before, your example is an adaption / duplication in LSL from the code on this page. Everything that you would need to know about this particular bit of coding is explained on the page you got it from. http://code.tutsplus.com/articles/understanding-bitwise-operators--active-11301 Original code is here : public class PopupWindow extends Sprite{ public static const YES:int = 1; public static const NO:int = 2; public static const OKAY:int = 4; public static const CANCEL:int = 8; public static void showPopup(buttons:int) { if(buttons & YES) { // add YES button } if(buttons & NO) { // add NO button } }}
  2. Well in the last few days whenever i access the marketplace it now wants to try and force ads on me, iv never minded the adverts sat at the side of the screen but now every time i decided to go on mp, it pops up wanting me to authorise something or other so an advert can load and take me away from mp. I grow ever more dissapointed in LL.
×
×
  • Create New...