Page 13 of 142 FirstFirst ... 31011121314151623 ... LastLast
Results 121 to 130 of 1415
  1. #121

    Default Re: What make you Busy right now?


    movies!!!!!!!

  2. #122

    Default Re: What make you Busy right now?

    taking pictures, learning compositions to enhance photography skills...

  3. #123

    Default Re: What make you Busy right now?

    Quote Originally Posted by rodsky View Post
    This...

    Code:
    default
    {
        
        state_entry()
        {
            prims=llGetNumberOfPrims();
            if(prims>=(numprims+1))
            {
                N=prims-numprims;
            }
            reset();
        }    
        changed(integer change)
        {
            if(change & CHANGED_LINK)
            {
                prims=llGetNumberOfPrims();
                if(prims>=(numprims+1))
                {
                    N=prims-numprims;
                }
                reset();
            }
        }
        touch_start(integer total_number)
        {
            llPlaySound("15768d1d-df0b-ade8-63a0-b5ac9e765b33",1.0);
            llMessageLinked(LINK_SET,letchan1,up,NULL_KEY);
        }
        link_message(integer linknum, integer num, string str, key id)
        {
            if(num==letchan1)
            {
                
                 if(str==up)
                {
                    if(totalbase>=0)
                    {
                        letbase+=1;
                        totalbase-=1;
                        llMessageLinked(N+4,letgraph,(string)letbase,NULL_KEY);
                    }
                }
                else
                {
                    if(letbase<=0)
                    {
                        llSay(0,"already at 0");
                    }
                    else
                    {
                        if(totalbase<=100)
                        {
                            letbase-=1;
                            totalbase+=1;
                            llMessageLinked(N+4,letgraph,(string)letbase,NULL_KEY);
                        }
                        
                    }
                }
            }
            if(num==potchan1)
            {
                
                 if(str==up )
                {
                    if(totalbase>=0)
                    {
                        potbase+=1;
                        totalbase-=1;
                        llMessageLinked(N+5,potgraph,(string)potbase,NULL_KEY);
                    }
                }
                else
                {
                    if(potbase<=0)
                    {
                        llSay(0,"already at 0");
                    }
                    else
                    {
                        if(totalbase<=100)
                        {
                            potbase-=1;
                            totalbase+=1;
                            llMessageLinked(N+5,potgraph,(string)potbase,NULL_KEY);
                        }
                        
                    }
                }
            }
            if(num==soychan1)
            {
                
                 if(str==up )
                {
                    if(totalbase>=0)
                    {
                        soybase+=1;
                        totalbase-=1;
                        llMessageLinked(N+6,soygraph,(string)soybase,NULL_KEY);
                    }
                }
                else
                {
                    if(soybase<=0)
                    {
                        llSay(0,"already at 0");
                    }
                    else
                    {
                        if(totalbase<=100)
                        {
                            soybase-=1;
                            totalbase+=1;
                            llMessageLinked(N+6,soygraph,(string)soybase,NULL_KEY);
                        }
                        
                    }
                }
            }
            if(num==whechan1)
            {
                
                if(str==up )
                {
                    if(totalbase>=0)
                    {
                        whebase+=1;
                        totalbase-=1;
                        llMessageLinked(N+7,whegraph,(string)whebase,NULL_KEY);
                    }
                }
                else
                {
                    if(whebase<=0)
                    {
                        llSay(0,"already at 0");
                    }
                    else
                    {
                        if(totalbase<=100)
                        {
                            whebase-=1;
                            totalbase+=1;
                            llMessageLinked(N+7,whegraph,(string)whebase,NULL_KEY);
                        }
                        
                    }
                }
            }
            
            if(num==daychan)
            {
                
                if(str==up )
                {
                    if(totalday>=1)
                    {
                        days+=1;
                        totalday-=1;
                        llMessageLinked(N+8,daygraph,(string)days,NULL_KEY);
                    }
                }
                else
                {
                    if(days<=1)
                    {
                        llSay(0,"lowest is day 1");
                    }
                    else
                    {
                        if(totalday<=100)
                        {
                            days-=1;
                            totalday+=1;
                            llMessageLinked(N+8,daygraph,(string)days,NULL_KEY);
                        }
                        
                    }
                }
            }
    hahaha nose bleed ko aning prims oi last sem!
    unsa mani siya sir na program?
    but nindot jud mag sige ta og program para dili tay an ato mga tinagoan na CODE hehehe
    ----------------------------------------------------------------------------------
    ako gi busy-han ron kai VB.NET 2008

  4. #124

    Default Re: What make you Busy right now?

    istorya.net

  5. #125

    Default Re: What make you Busy right now?

    tambay sa balay... or laag rajud

  6. #126

    Default Re: What make you Busy right now?

    Quote Originally Posted by rodsky View Post
    This...

    Code:
    default
    {
        
        state_entry()
        {
            prims=llGetNumberOfPrims();
            if(prims>=(numprims+1))
            {
                N=prims-numprims;
            }
            reset();
        }    
        changed(integer change)
        {
            if(change & CHANGED_LINK)
            {
                prims=llGetNumberOfPrims();
                if(prims>=(numprims+1))
                {
                    N=prims-numprims;
                }
                reset();
            }
        }
        touch_start(integer total_number)
        {
            llPlaySound("15768d1d-df0b-ade8-63a0-b5ac9e765b33",1.0);
            llMessageLinked(LINK_SET,letchan1,up,NULL_KEY);
        }
        link_message(integer linknum, integer num, string str, key id)
        {
            if(num==letchan1)
            {
                
                 if(str==up)
                {
                    if(totalbase>=0)
                    {
                        letbase+=1;
                        totalbase-=1;
                        llMessageLinked(N+4,letgraph,(string)letbase,NULL_KEY);
                    }
                }
                else
                {
                    if(letbase<=0)
                    {
                        llSay(0,"already at 0");
                    }
                    else
                    {
                        if(totalbase<=100)
                        {
                            letbase-=1;
                            totalbase+=1;
                            llMessageLinked(N+4,letgraph,(string)letbase,NULL_KEY);
                        }
                        
                    }
                }
            }
            if(num==potchan1)
            {
                
                 if(str==up )
                {
                    if(totalbase>=0)
                    {
                        potbase+=1;
                        totalbase-=1;
                        llMessageLinked(N+5,potgraph,(string)potbase,NULL_KEY);
                    }
                }
                else
                {
                    if(potbase<=0)
                    {
                        llSay(0,"already at 0");
                    }
                    else
                    {
                        if(totalbase<=100)
                        {
                            potbase-=1;
                            totalbase+=1;
                            llMessageLinked(N+5,potgraph,(string)potbase,NULL_KEY);
                        }
                        
                    }
                }
            }
            if(num==soychan1)
            {
                
                 if(str==up )
                {
                    if(totalbase>=0)
                    {
                        soybase+=1;
                        totalbase-=1;
                        llMessageLinked(N+6,soygraph,(string)soybase,NULL_KEY);
                    }
                }
                else
                {
                    if(soybase<=0)
                    {
                        llSay(0,"already at 0");
                    }
                    else
                    {
                        if(totalbase<=100)
                        {
                            soybase-=1;
                            totalbase+=1;
                            llMessageLinked(N+6,soygraph,(string)soybase,NULL_KEY);
                        }
                        
                    }
                }
            }
            if(num==whechan1)
            {
                
                if(str==up )
                {
                    if(totalbase>=0)
                    {
                        whebase+=1;
                        totalbase-=1;
                        llMessageLinked(N+7,whegraph,(string)whebase,NULL_KEY);
                    }
                }
                else
                {
                    if(whebase<=0)
                    {
                        llSay(0,"already at 0");
                    }
                    else
                    {
                        if(totalbase<=100)
                        {
                            whebase-=1;
                            totalbase+=1;
                            llMessageLinked(N+7,whegraph,(string)whebase,NULL_KEY);
                        }
                        
                    }
                }
            }
            
            if(num==daychan)
            {
                
                if(str==up )
                {
                    if(totalday>=1)
                    {
                        days+=1;
                        totalday-=1;
                        llMessageLinked(N+8,daygraph,(string)days,NULL_KEY);
                    }
                }
                else
                {
                    if(days<=1)
                    {
                        llSay(0,"lowest is day 1");
                    }
                    else
                    {
                        if(totalday<=100)
                        {
                            days-=1;
                            totalday+=1;
                            llMessageLinked(N+8,daygraph,(string)days,NULL_KEY);
                        }
                        
                    }
                }
            }
    Which makes this work:



    -RODION

    wow.... java ni nga codes migo?
    ako bz pud ko sa php hehehe

  7. #127

    Default Re: What make you Busy right now?

    Quote Originally Posted by b1 huck View Post
    wow.... java ni nga codes migo?
    ako bz pud ko sa php hehehe
    wow! maayoha ninyo oist... tudloi ko ninyo beh para masayon akong trabaho...

  8. #128
    Elite Member sandy2007's Avatar
    Join Date
    Dec 2008
    Gender
    Female
    Posts
    1,228
    Blog Entries
    8

    Default Re: What make you Busy right now?

    collecting hearts

  9. #129

    Default Re: What make you Busy right now?

    hehehe.. busy learning bout computer parts..

  10. #130

    Default Re: What make you Busy right now?

    nag apply nasad ko ug trabaho!

  11.    Advertisement

Page 13 of 142 FirstFirst ... 31011121314151623 ... LastLast

Similar Threads

 
  1. What Are You Doing Right Now?
    By emorain in forum Humor
    Replies: 1801
    Last Post: 05-23-2017, 11:39 AM
  2. what do you hear right now?
    By flint in forum Humor
    Replies: 181
    Last Post: 11-09-2012, 12:06 AM
  3. What make you Busy right now?
    By janelorelyn in forum General Discussions
    Replies: 1237
    Last Post: 02-02-2012, 08:04 AM
  4. What are you thinking right now?
    By MrCheap in forum Humor
    Replies: 187
    Last Post: 12-24-2011, 12:47 AM
  5. What Are You Doing Right Now?
    By emorain in forum General Discussions
    Replies: 185
    Last Post: 04-27-2011, 11:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top