Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Nukem

  1. Nukem

    Cursor not responding in projector file

    fixed it, it seemed it was only playing up when u ran it in director, once it was in a projector it ran fine :-))
  2. Nukem

    Cursor not responding in projector file

    ive tried the suggested aproach, telling flash to output curs =1 on rollover and curs = 0 on rolloff. in diretor i used if ((getVariable(sprite 1, "curs")) = 1) then cursor(280) end if if ((getVariable(sprite 1, "curs")) = 0) then cursor(-1) end if BUT!!!! it...

Part and Inventory Search

Back
Top