ASM to Sega Genesis Platform

Would you like to react to this message? Create an account in a few clicks or log in to continue.
ASM to Sega Genesis Platform

All about assembly programming in the Sega Genesis console.


4 posters

    new mobile app i'm werking on xD

    No one
    No one


    Mensagens : 910
    Data de inscrição : 2015-06-23

    new mobile app i'm werking on xD Empty new mobile app i'm werking on xD

    Post  No one Wed Apr 17, 2019 8:33 pm

    Science Meusum app


           

    Exported at: Tue Apr 16 2019 06:37:11 GMT-0700 (PDT)


           

    Museum of Science


           
           
           
           
           
           


    I can't get the "" cmd to work on these forums, so i'll just leave the source code for you guyz to luk at

    Code:

       var page = 0;
       var ImageList = ["https://i.imgur.com/AT5z7vV.png", "https://i.imgur.com/hRORky4.png", "https://i.imgur.com/KVk2576.png","https://i.imgur.com/yIsT4Ac.png","https://i.imgur.com/xnMYLlx.png","https://i.imgur.com/c7FwWWi.png", "https://i.imgur.com/VJ01axQ.png"];
       var areaCoorList = ["1,429,321,473","0,0,0,0","0,0,0,0","111,383,212,432","111,299,212,348","111,220,212,269","254,452,304,482","16,369,304,417","0,0,0,0","8,433,58,463","0,0,0,0","0,0,0,0","259,613,309,643","0,0,0,0","0,0,0,0","255,605,305,635","17,517,305,565","0,0,0,0","254,398,304,428","0,0,0,0","0,0,0,0"];
        var areaOnclick = [1, 5, 1, 2, 1, 1, 5];
        var areaOnclick2 = [7, 4, 3, 7, 7, 6, 7];
        var areaOnclick3 = [7, 2, 7, 7, 7, 7, 7];
        var areaIdLoop = ["myArea1","myArea2","myArea3"];
       function ChangeImage(int)
       {    
         page = int;
         var intarraynum = int;
         var intloop = 0;
         var image1 = document.getElementById("myImage");
         image1.src = ImageList[int];
         var int2 = intarraynum*3;  
        while (intloop < 3)
       {      
          var area1 = document.getElementById(areaIdLoop[intloop]);
          area1.coords = areaCoorList[int2];
          intloop +=1;
          int2 +=1;
       }  
       }
       
    No one
    No one


    Mensagens : 910
    Data de inscrição : 2015-06-23

    new mobile app i'm werking on xD Empty Re: new mobile app i'm werking on xD

    Post  No one Wed Apr 17, 2019 8:34 pm

    No one wrote:

    Science Meusum app


           

    Exported at: Tue Apr 16 2019 06:37:11 GMT-0700 (PDT)


           

    Museum of Science


           
           
           
           
           
           


    I can't get the <"script"> cmd to work on these forums, so i'll just leave the source code for you guyz to luk at

    Code:

       var page = 0;
       var ImageList = ["https://i.imgur.com/AT5z7vV.png", "https://i.imgur.com/hRORky4.png", "https://i.imgur.com/KVk2576.png","https://i.imgur.com/yIsT4Ac.png","https://i.imgur.com/xnMYLlx.png","https://i.imgur.com/c7FwWWi.png", "https://i.imgur.com/VJ01axQ.png"];
       var areaCoorList = ["1,429,321,473","0,0,0,0","0,0,0,0","111,383,212,432","111,299,212,348","111,220,212,269","254,452,304,482","16,369,304,417","0,0,0,0","8,433,58,463","0,0,0,0","0,0,0,0","259,613,309,643","0,0,0,0","0,0,0,0","255,605,305,635","17,517,305,565","0,0,0,0","254,398,304,428","0,0,0,0","0,0,0,0"];
        var areaOnclick = [1, 5, 1, 2, 1, 1, 5];
        var areaOnclick2 = [7, 4, 3, 7, 7, 6, 7];
        var areaOnclick3 = [7, 2, 7, 7, 7, 7, 7];
        var areaIdLoop = ["myArea1","myArea2","myArea3"];
       function ChangeImage(int)
       {    
         page = int;
         var intarraynum = int;
         var intloop = 0;
         var image1 = document.getElementById("myImage");
         image1.src = ImageList[int];
         var int2 = intarraynum*3;  
        while (intloop < 3)
       {      
          var area1 = document.getElementById(areaIdLoop[intloop]);
          area1.coords = areaCoorList[int2];
          intloop +=1;
          int2 +=1;
       }  
       }
       
    Electroball_
    Electroball_


    Mensagens : 2171
    Data de inscrição : 2013-11-26
    Current Project : who cares

    new mobile app i'm werking on xD Empty Re: new mobile app i'm werking on xD

    Post  Electroball_ Thu Apr 18, 2019 4:49 pm

    what is this
    SonicVaan
    SonicVaan


    Mensagens : 100511
    Data de inscrição : 2013-07-25
    Localização : ASMTSG
    Current Project : BEING THE KING OF THE FORUM

    new mobile app i'm werking on xD Empty Re: new mobile app i'm werking on xD

    Post  SonicVaan Thu Apr 18, 2019 5:14 pm

    Topic'it wrote:The BBcode [code] is not yet implemented in the Topic'it app.

    Sent from Topic'it App
    No one
    No one


    Mensagens : 910
    Data de inscrição : 2015-06-23

    new mobile app i'm werking on xD Empty Re: new mobile app i'm werking on xD

    Post  No one Thu Apr 18, 2019 6:56 pm

    Electroball_ wrote:what is this
    a crappy science museum app i'm making for my class

    SonicVaan wrote:
    Topic'it wrote:The BBcode [code] is not yet implemented in the Topic'it app.

    Sent from Topic'it App

    here's the beef w/o code tag Sleep

     var page = 0;
       var ImageList = ["https://i.imgur.com/AT5z7vV.png", "https://i.imgur.com/hRORky4.png", "https://i.imgur.com/KVk2576.png","https://i.imgur.com/yIsT4Ac.png","https://i.imgur.com/xnMYLlx.png","https://i.imgur.com/c7FwWWi.png", "https://i.imgur.com/VJ01axQ.png"];
       var areaCoorList = ["1,429,321,473","0,0,0,0","0,0,0,0","111,383,212,432","111,299,212,348","111,220,212,269","254,452,304,482","16,369,304,417","0,0,0,0","8,433,58,463","0,0,0,0","0,0,0,0","259,613,309,643","0,0,0,0","0,0,0,0","255,605,305,635","17,517,305,565","0,0,0,0","254,398,304,428","0,0,0,0","0,0,0,0"];
        var areaOnclick = [1, 5, 1, 2, 1, 1, 5];
        var areaOnclick2 = [7, 4, 3, 7, 7, 6, 7];
        var areaOnclick3 = [7, 2, 7, 7, 7, 7, 7];
        var areaIdLoop = ["myArea1","myArea2","myArea3"];
       function ChangeImage(int)
       {    
         page = int;
         var intarraynum = int;
         var intloop = 0;
         var image1 = document.getElementById("myImage");
         image1.src = ImageList[int];
         var int2 = intarraynum*3;  
        while (intloop < 3)
       {      
          var area1 = document.getElementById(areaIdLoop[intloop]);
          area1.coords = areaCoorList[int2];
          intloop +=1;
          int2 +=1;
       }  
       }
    Jdpense
    Jdpense


    Mensagens : 100554
    Data de inscrição : 2014-08-21

    new mobile app i'm werking on xD Empty Re: new mobile app i'm werking on xD

    Post  Jdpense Thu Jan 23, 2020 10:26 am

    SonicVaan
    SonicVaan


    Mensagens : 100511
    Data de inscrição : 2013-07-25
    Localização : ASMTSG
    Current Project : BEING THE KING OF THE FORUM

    new mobile app i'm werking on xD Empty Re: new mobile app i'm werking on xD

    Post  SonicVaan Sat Jan 25, 2020 2:28 pm

    android master race king

    Sponsored content


    new mobile app i'm werking on xD Empty Re: new mobile app i'm werking on xD

    Post  Sponsored content


      Current date/time is Fri Apr 19, 2024 11:46 am