User Tag List

Results 1 to 6 of 6

Thread: Press start -> warp script?

  1. #1
    Octorok
    Join Date
    Mar 2006
    Posts
    271
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,624
    Level
    13
    vBActivity - Bars
    Lv. Percent
    54.83%

    Press start -> warp script?

    Would a script that warps you when you press start be possible?
    It could be used for title screens ect and is better than slashing with A because you wouldn't hear the slash noise and is better than pressing down, because, well, it is.

    What do you guys think?

  2. #2
    Developer
    ZC Developer

    Join Date
    Aug 2006
    Location
    Australia
    Age
    37
    Posts
    2,777
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    6,851
    Level
    25
    vBActivity - Bars
    Lv. Percent
    37.73%

    Re: Press start -> warp script?

    Code:
    ffc script PressStart {
     void run() {
      while(true){
       if (Link->InputStart) {
         Link->PitWarp(0,0); //replace 0s as necessary.
       }
      }
     }
    }
    Warning - untested.

  3. #3
    Octorok
    Join Date
    Mar 2006
    Posts
    271
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,624
    Level
    13
    vBActivity - Bars
    Lv. Percent
    54.83%

    Re: Press start -> warp script?

    Oh, thanks.

    Cheers _L_!

  4. #4
    Gibdo bluedeath's Avatar
    Join Date
    Jul 2006
    Location
    New Brunswick, Canada
    Age
    30
    Posts
    720
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    2,775
    Level
    17
    vBActivity - Bars
    Lv. Percent
    14.79%

    Re: Press start -> warp script?

    How come codes dont work for me = \

  5. #5
    Octorok
    Join Date
    Mar 2006
    Posts
    271
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,624
    Level
    13
    vBActivity - Bars
    Lv. Percent
    54.83%

    Re: Press start -> warp script?

    They don't work for anyone I know who's tried them. So, let's just try another method eh?

  6. #6
    Is this the end?
    ZC Developer
    Saffith's Avatar
    Join Date
    Jan 2001
    Age
    41
    Posts
    3,389
    Mentioned
    178 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,433
    Level
    24
    vBActivity - Bars
    Lv. Percent
    70.08%

    Re: Press start -> warp script?

    Ooh, just noticed something.
    Small change:
    Code:
    ffc script PressStart {
     void run() {
      while(true){
       if (Link->InputStart) {
         Link->PitWarp(0,0); //replace 0s as necessary.
       }
       Waitframe();
      }
     }
    }
    See if that doesn't fix it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social