Welcome, Guest. Please login or register.

Author Topic: I've Just Nicked All Amiga.Org Arcade Games...  (Read 2479 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline FrankoTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show all replies
I've Just Nicked All Amiga.Org Arcade Games...
« on: October 31, 2010, 06:09:29 PM »
Since venturing into Amiga.org Arcade section a couple of day ago, I've been totally hooked on playing some of the little gems in there... :)

Now I've discovered with a few key presses on Safari that I've been able to download to my computer these games and play them from my desktop... :)

I was wondering is this legal to do or have I discovered a loophole that I shouldn't have. Is it ok for me to have these games stored on my computer to play anytime or have I done something wrong.

Hope not, cos some of these little games are really quit fun to play... :)

(PS: this thread probably in the wrong place, but I couldn't think where else to put it...)
 

Offline FrankoTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show all replies
Re: I've Just Nicked All Amiga.Org Arcade Games...
« Reply #1 on: October 31, 2010, 06:14:23 PM »
Quote from: tone007;588366
But you'll never make the leaderboards playing offline!


True, but I can get in plenty of practice as they seem to run smoother & faster this way, then I can have a proper go at beating some of the high scores... :)

(still wondering if it's erm.. legal...)
 

Offline FrankoTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show all replies
Re: I've Just Nicked All Amiga.Org Arcade Games...
« Reply #2 on: October 31, 2010, 06:31:24 PM »
Its gets even better...

There's a program on this mac that lets you "disassemble" the games and you can rewrite the code, edit the gfx etc then recompile it... :)

Might even be a cheat code in their somewhere... :)

Dunno what language it written in, looks simple enough, here's an example

Quote
introAsteroids = function ()
{
    var __reg1 = 10;
    for
    {
        if (!(__reg1--))
        {
            return;
        }
        var __reg3 = Math.random() * 6.28318530718;
        var __reg2 = [100, 50, 25][__reg1 % 3];
        intro_mc.attachMovie("asteroid", __reg1, __reg1, {vx: Math.sin(__reg3) * 1.5, vy: Math.cos(__reg3) * 1.5, _x: Math.random() * xMax, _y: Math.random() * yMax, _xscale: __reg2, _yscale: __reg2, onEnterFrame: introMover}).gotoAndStop(__reg1 % 4 + 1);
    }
}

This is really quite interesting to me... :)
 

Offline FrankoTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show all replies
Re: I've Just Nicked All Amiga.Org Arcade Games...
« Reply #3 on: October 31, 2010, 08:22:45 PM »
Hmm... sussed it out a bit, the files are SWF and written in something called Adobe Action Script...

Been mucking around with some of them like Asteroids and easily managed to edit the scripts to take out those annoying little spaceships that keep getting me whilst playing it... :)

Just need to find a sneaky way to get them onto the site and then I can have all the high scores... :roflmao:
 

Offline FrankoTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show all replies
Re: I've Just Nicked All Amiga.Org Arcade Games...
« Reply #4 on: October 31, 2010, 08:50:54 PM »
Quote from: klx300r;588388
@ Franko

ah c'mon Franko..play on line like the rest of us...save the cheating for your poker games mate:afro:


Me CHEAT, NEVER... :)

Nah I'm quite happy doing it the ligit way, discovering how these games are written though is just another of many new hobbies I've found since discovering the internet... :)