A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: "My Life" AS contest?

  1. #1
    FK's Giant Steve_w_V's Avatar
    Join Date
    Mar 2003
    Location
    San Jose, California
    Posts
    2,113

    "My Life" AS contest?

    Hey- I have seen quite often people turning their lives into Actionscript. Can this be a contest with, say, a 25-30 line limit? Those who interpret it best (as the maker intended) get some kinda praise or bragging rights?

    Ex:
    code:
    Flash.love(me)


    But in more depth and detail.
    The other day, I bought a box of animal crackers. On the side, it said "Do Not Eat if Seal is Broken". I opened the box and sure enough...

  2. #2
    Follower squidlips's Avatar
    Join Date
    Oct 2001
    Location
    Rockhampton, Queesland, Australia
    Posts
    664
    PHP Code:
    onClipEvent(load){
         if (
    nuts=itchy){ 
    subgenius.com

  3. #3
    Follower squidlips's Avatar
    Join Date
    Oct 2001
    Location
    Rockhampton, Queesland, Australia
    Posts
    664
    How bout I draw a picture? I cant script for nuts. Unless they were good nuts.
    subgenius.com

  4. #4
    curmudgeon swampy's Avatar
    Join Date
    Jan 2001
    Location
    [wakey]
    Posts
    2,775
    Originally posted by squidlips
    PHP Code:
    onClipEvent(load){
         if (
    nuts=itchy){ 
    if (nuts==itchy){}
    "They're very much like scruffy pigs to look at, and they've got big, knobbly warts and lumps all over their long, hairy faces. They are very, very ugly indeed..."

  5. #5
    Follower squidlips's Avatar
    Join Date
    Oct 2001
    Location
    Rockhampton, Queesland, Australia
    Posts
    664
    Dammit, it wasnt supposed to post.
    I started I might as well finsh...

    Code:
    onClipEvent(load){
         if(nuts==itchy){
              tellTarget (hand.gotoAndPlay(scratch)
         }
         elseIf {
              tellTaget (hand.gotoAndPlay(twiddle thumbs)
         }
    }
    or something to that effect.
    Last edited by squidlips; 10-28-2003 at 03:45 AM.
    subgenius.com

  6. #6
    Under the influence bvgroote's Avatar
    Join Date
    Nov 2000
    Location
    Perth, Australia
    Posts
    1,408
    Originally posted by squidlips
    PHP Code:
    onClipEvent(load){
         if (
    nuts==itchy){
           
    loadMovie.} 
    is it == because its a string?

    how about:


    onLifeEvent (marryGirlfriend) {
    bankBalance -= 100;
    }

  7. #7
    curmudgeon swampy's Avatar
    Join Date
    Jan 2001
    Location
    [wakey]
    Posts
    2,775
    Originally posted by bvgroote
    is it == because its a string?

    how about:


    onLifeEvent (marryGirlfriend) {
    bankBalance -= 100;
    }
    nope, it's == because that's the "is equal to" operand a single = sign would assign the value to the variable rather than test for equality.
    "They're very much like scruffy pigs to look at, and they've got big, knobbly warts and lumps all over their long, hairy faces. They are very, very ugly indeed..."

  8. #8
    Under the influence bvgroote's Avatar
    Join Date
    Nov 2000
    Location
    Perth, Australia
    Posts
    1,408
    ahhh thats right.


    I should prolly learn actionscript one day

  9. #9
    curmudgeon swampy's Avatar
    Join Date
    Jan 2001
    Location
    [wakey]
    Posts
    2,775
    that's just crazy talk
    "They're very much like scruffy pigs to look at, and they've got big, knobbly warts and lumps all over their long, hairy faces. They are very, very ugly indeed..."

  10. #10
    life, v.1

    code:
    this.onDay = function(){
    if(today == weekday){
    this.wakeUp("6:00 AM");
    this.onWakeUp = function(){
    this.onWakeUp = null;

    eat();
    shower();
    dress();
    gotoAndWork("School");

    while(AtSchool);

    goto("Home");

    for(var i in Homework){
    do {
    Homework[i];
    } while(interested);
    }

    goto("Sleep");
    }
    } else {
    this.wakeUp("11:00 AM");
    this.onWakeUp = function(){
    this.onWakeUp = null;

    eat();
    shower();
    dress();

    gotoAndPlay("gf's places");
    while(now() >= time("1:00 AM");

    goto("Home");
    goto("Sleep");
    }
    }
    }


  11. #11
    Jordan Berry
    Join Date
    Oct 2002
    Posts
    307
    life beta

    if(me.hittest(hotchick)){
    mood=Good;
    }else{
    mood=bad:
    }

    im not a perv.
    I'm back.

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