Clicks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michelle R

    Clicks

    How do I tell a user how many clicks it took to solve a puzzle in an
    alert box?



    *** Sent via Developersdex http://www.developersdex.com ***
  • rf

    #2
    Re: Clicks


    "Michelle R" <mncr82@gmail.c omwrote in message
    news:1207187771 _1374@news.news feeds.com...
    How do I tell a user how many clicks it took to solve a puzzle in an
    alert box?
    You can fit a puzzle into an alert box? That's a first :-)


    Comment

    • Michael Wojcik

      #3
      Re: Clicks

      rf wrote:
      "Michelle R" <mncr82@gmail.c omwrote in message
      news:1207187771 _1374@news.news feeds.com...
      >How do I tell a user how many clicks it took to solve a puzzle in an
      >alert box?
      >
      You can fit a puzzle into an alert box? That's a first :-)
      alert('Does a dog have buddha nature?');

      Expressing the answer in terms of a number of clicks is left as an
      exercise for the reader.

      --
      Michael Wojcik

      Comment

      Working...