Page 152 of 267 FirstFirst ... 52102142147148149150151152153154155156157162202252 ... LastLast
Results 2,266 to 2,280 of 4002

Thread: The Wang Out: You look adopted.

  1. #2266
    Join Date
    May 2002
    Location
    V.C. B.C. Canada
    Posts
    12,546
    Thanks
    116
    Thanked 627 Times in 281 Posts
    EP Points
    540

    Default

    hmmm i wonder if street fighter 4 would work on this laptop

  2. #2267
    Join Date
    Jul 2007
    Location
    Pen Island
    Posts
    1,061
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Shareware View Post
    Looks pretty awesome, I'd actually like to play that.

    Still, dunno what to do for my problem.

    Should I post a video of one of my "alphas"?
    Copy/Paste the code you are using to transition to your jump animation here.

  3. #2268
    Join Date
    Apr 2008
    Location
    Kirlian Shores
    Posts
    1,984
    Thanks
    0
    Thanked 7 Times in 5 Posts

    Default

    Quote Originally Posted by Grover View Post
    hmmm i wonder if street fighter 4 would work on this laptop
    Let's find out.

    http://www.systemrequirementslab.com/cyri/

  4. #2269
    Join Date
    Jan 2011
    Posts
    828
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by king0427 View Post
    Mine's really a "alpha", still haven't implemented the C language scripts.
    But yes, you could post a video of one of your "alphas".
    Alright, but be prepared for it to pale in comparison to yours.

    Quote Originally Posted by Lee View Post
    Copy/Paste the code you are using to transition to your jump animation here.
    Will do. Just a moment.

  5. #2270
    Join Date
    May 2002
    Location
    BC, Canada
    Posts
    18,582
    Thanks
    43
    Thanked 91 Times in 61 Posts
    Blog Entries
    5
    EP Points
    140

    Default

    Quote Originally Posted by Grover View Post
    hmmm i wonder if street fighter 4 would work on this laptop
    Might be tight, but you could probably play it with lower-end graphics and whatnot. (I'm assuming you mean the PC version).

  6. #2271
    Join Date
    Jan 2011
    Posts
    828
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Lee View Post
    Copy/Paste the code you are using to transition to your jump animation here.
    Main character is named Aesop.

    Under the "Z" key press event:

    if !place_free(x,y+1){
    vspeed = -9}

    if hspeed = -6{
    sprite_index = aesop_jump_left}

    if hspeed = 6{
    sprite_index = aesop_jump_right}

    if sprite_index = aesop_stand_right{
    sprite_index = aesop_njump_right}

    if sprite_index = aesop_stand_left{
    sprite_index = aesop_njump_left}

  7. #2272
    Join Date
    May 2002
    Location
    V.C. B.C. Canada
    Posts
    12,546
    Thanks
    116
    Thanked 627 Times in 281 Posts
    EP Points
    540

    Default

    Quote Originally Posted by Drageuth View Post
    Might be tight, but you could probably play it with lower-end graphics and whatnot. (I'm assuming you mean the PC version).
    thats what i'm hoping, and yeah the pc version. I'm at a job site right now with a good internet connection for a 12 hour shift and i'm downloading like fucking crazy

  8. #2273
    Join Date
    Jul 2007
    Location
    Pen Island
    Posts
    1,061
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Shareware View Post
    Main character is named Aesop.

    Under the "Z" key press event:

    if !place_free(x,y+1){
    vspeed = -9}

    if hspeed = -6{
    sprite_index = aesop_jump_left}

    if hspeed = 6{
    sprite_index = aesop_jump_right}

    if sprite_index = aesop_stand_right{
    sprite_index = aesop_njump_right}

    if sprite_index = aesop_stand_left{
    sprite_index = aesop_njump_left}
    You have an image with an animation that you are changing to right?

    Have you tried setting your image_index to 0 after setting the sprite index?

  9. #2274
    Join Date
    May 2002
    Location
    V.C. B.C. Canada
    Posts
    12,546
    Thanks
    116
    Thanked 627 Times in 281 Posts
    EP Points
    540

    Default

    Quote Originally Posted by Synthetik View Post

    hmm neato, checking now

  10. #2275
    Join Date
    Jan 2011
    Location
    Places
    Posts
    1,537
    Thanks
    17
    Thanked 96 Times in 21 Posts
    EP Points
    320

    Default

    I am off now.
    Later!


    And Shareware, I will backread if you post a video.

  11. #2276
    Join Date
    May 2002
    Location
    BC, Canada
    Posts
    18,582
    Thanks
    43
    Thanked 91 Times in 61 Posts
    Blog Entries
    5
    EP Points
    140

    Default

    Quote Originally Posted by Grover View Post
    thats what i'm hoping, and yeah the pc version. I'm at a job site right now with a good internet connection for a 12 hour shift and i'm downloading like fucking crazy
    Good luck. I think it should run it, just not at maximum capacity.

  12. #2277
    Join Date
    May 2002
    Location
    BC, Canada
    Posts
    18,582
    Thanks
    43
    Thanked 91 Times in 61 Posts
    Blog Entries
    5
    EP Points
    140

    Default

    Quote Originally Posted by king0427 View Post
    I am off now.
    Later!


    Well, I'm making headway with my cleaning. Probably would go a bit faster if I didn't stop for a smoke every 30 minutes.

  13. #2278
    Join Date
    Apr 2008
    Location
    Kirlian Shores
    Posts
    1,984
    Thanks
    0
    Thanked 7 Times in 5 Posts

    Default

    Quote Originally Posted by Grover View Post
    hmm neato, checking now
    Yeah dude, that site's awesome.

    Quote Originally Posted by king0427 View Post
    I am off now.
    Later!


    And Shareware, I will backread if you post a video.
    Later.

  14. #2279
    Join Date
    Jan 2011
    Posts
    828
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Lee View Post
    You have an image with an animation that you are changing to right?

    Have you tried setting your image_index to 0 after setting the sprite index?
    Not yet. I'm a newbie lol.

    Will try right now.

    Quote Originally Posted by king0427 View Post
    I am off now.
    Later!


    And Shareware, I will backread if you post a video.
    See ya

  15. #2280
    Join Date
    May 2002
    Location
    V.C. B.C. Canada
    Posts
    12,546
    Thanks
    116
    Thanked 627 Times in 281 Posts
    EP Points
    540

    Default

    Quote Originally Posted by Synthetik View Post
    Yeah dude, that site's awesome.
    It's taking forever though, prolly cuz i've got so much on the go.

Similar Threads

  1. Replies: 3950
    Last Post: 31st-August-2007, 23:58

Tags for this Thread

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 oldest retro gaming forum on the internet. The goal of our community is the complete preservation of all retro video games. Started in 2001 as EmuParadise Forums, our community has grown over the past 18 years into one of the biggest gaming platforms on the internet.

Social