A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Actionscripting life

Hybrid View

  1. #1
    Member
    Join Date
    Feb 2000
    Posts
    79
    Ok everyone time to put your humour hats on and actionscript life. Here is my contribution.

    Code:
    On (Release)
       Go to and Stop ("home")
       Begin Tell Target ("/Spouse")
          Set Variable: "mymouth" = "I love you"
          Loop While (Fun = 1)
             Play
             If (Tired)
                Set Variable: "Fun" = 0
                Call ("mates")
                Go to and Stop ("Pub")
             End If
          End Loop       
       End Tell Target
    End On

  2. #2

    resolved hmm..

    Witty, I'll give ya that...

    But I don't know about the Mates part... Better comment it out, y'know with all the work we've got...

  3. #3
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    He He.... I Like It Eddie!!!!


  4. #4
    Member
    Join Date
    Jun 2000
    Posts
    54
    you realize it is your spouse who calls her mates and goes to the pub once the fun ends, right?

  5. #5
    what about:

    Call("kids")
    Loop While ("SesameStreet" = On)
    ....

    ;-)

  6. #6
    Beyond the Sea
    Join Date
    Mar 2000
    Posts
    997

    Smile heh

    missed this one when it first went around.

    lately, my code's looked more like this:

    set variable "computer" = on
    call "ISP"
    loop while (sitting_on_arse=1)
    set variable "flashkit_board" = read + post + reply
    set property "me" = me + caffeine
    set property "butt" = butt + 1
    if (butt >= sore)
    set variable "sitting_on_arse" = 0
    set property "me" = get_off_arse_and_do_dishes
    end if
    end loop

    ah, what a joy actionscript is

    Rich


Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center