Announcement

User registrations are currently disabled due to high spam traffic.

#1 12/03/07 7:38pm

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Can anyone do this for me?

I found this game called Ultimate Flash Sonic. It's a remake of Sonic The Hedghehog. It runs fine on the psp, but space is the jump button, and the psp dosen't have a spacebar, so it have to use the up button. Can anyone change the spacebar to the up button? Tried myself but the actionscript was too confusing for me. Oh, and i decompiled the swf into an fla for ya.

Heres the fla
http://rapidshare.com/files/20715954/ul … A.rar.html

Offline

 

#2 12/03/07 8:10pm

soulofdarkness
Moderator
From: Tallinn
Registered: 25/08/06
Posts: 401

Re: Can anyone do this for me?

What do you mean it runs fine?????
It has scroling, a complicated physic engine, and large number of sprites!


I bite!
surprise

Offline

 

#3 12/03/07 8:32pm

tallphil
Banned
From: UK
Registered: 29/04/06
Posts: 825
Website

Re: Can anyone do this for me?

We talked about sonic a while ago, here and came to the conclusion that it wouldn't run on the psp because it was too complicated. If you can show otherwise, fantastic big_smile


PSP Flash Gaming creator

Offline

 

#4 12/03/07 10:02pm

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: Can anyone do this for me?

tallphil wrote:

We talked about sonic a while ago, here and came to the conclusion that it wouldn't run on the psp because it was too complicated. If you can show otherwise, fantastic big_smile

Just set quality to low?

Offline

 

#5 12/03/07 11:25pm

Jake
Administrator
Registered: 29/04/06
Posts: 307

Re: Can anyone do this for me?

That will not work sorry its far to complicated for the processor in the PSP to handle. If you want to see for yourself the code for changing the controls is on "sprite 2556" where you will see starting at line 514

Code:

up = "38";
down = "40";
left = "37";
right = "39";
Jump = "32";

change it to

Code:

up = "32";
down = "40";
left = "37";
right = "39";
Jump = "38";

I would like to see you succeed at this its just not going to happen, I have worked for hours on a platform engine for the PSP flash player and I have it almost sorted and the frame rate is still low at around 10fps and that is using simple graphics and physics. The main problem with the sonic game is the way the world is generated (it has to be made as sonic moves) which will never work on the PSP as the processor is not powerful enough.


moose

Offline

 

#6 13/03/07 5:12pm

soulofdarkness
Moderator
From: Tallinn
Registered: 25/08/06
Posts: 401

Re: Can anyone do this for me?

Um.. rollinroll
are you using the browser flash player or the homebrew player?


I bite!
surprise

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson