Quote:
|
v3arcade rocks.
ive downloaded heaps of games and members are loving them well done john |
I was wondering if anyone could modify this flash game to suit vbarcade?
http://www.severin.ch/gwb/gwb.swf Thanks in advance :) -EC |
Quote:
|
Quote:
|
Thanks a lot mate! Great stuff :D
|
So... if i wanted to convert a game that I have so that the high score will work on v3arcade, am i right in guessing that I'll have to take the original swf file and decompile it to a fla file?
Once there, should I use Macromedia flash to mod the fla and then export it back into a swf? 'Cause I tried this and really made a mess of the game! Is there another way that I should be doing this? |
|
Quote:
|
Oops, sorry. I thought everyone that wanted them got them. I've simplified the downloading method and will post it here within 2 hours.
|
Quote:
Thanks man, you are the man man ^^ |
LOL! Actually I'm the female version of "the man". I'll leave it online for a few days.
|
w00t, sorry ma'am
yeah please leave it there, because the download speed is really terrible anyway, thanks |
It's always slow this time of night. Try first thing in the morning!
|
How much bandwidth (monthly) do you think it would eat up hosting games to be downloaded? I have 2 or 3 websites that are pretty slow movers...
|
Most of the bandwidth used is in the game start which downloads the swf. If you want to keep it minimal, only use the smaller sized games.
|
Quote:
|
Oh, well that's different. Offering them to download is a whole different story. Assume about a half gig for each person. That's why I'm only leaving it up for the people that want it until the end of March. The bandwidth is a killer.
|
Woof - my cheapie sites only offer 25 gig a month. That wouldn't last too long!
|
No doubt, I'm only doing it to spit on the people charging to get all the games. Luckily my servers are local and I don't pay for bandwidth. It does take a toll on my other web & email hosting though, so I can't keep it online forever.
|
ppl I'm thinking of using remote .swf files so that I can have 1000+ games in my site, if I don't use from a remote server it would be not enough bandwidth for that number of games.
|
Anybody has Yeti Sports 8 ?
|
Quote:
first of all MANY thanks for the downloads - only 1 problem i have is that Ygames will not work - it crashes about half way through each time - all others work fine if you could reupload / fix in the thread you posted i would appreciate it many thanks again ! |
Quote:
|
does anyone have duck hunt or simpsons?
|
i got a stack of games, probably a few hundred. if any one wants email me djaxi@optusnet.com.au
|
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=532 |
1 Attachment(s)
Simpsons is here.
|
As long as you don't change any coding or remove links, you can add the submit score and other code needed to run on v3 arcade to my games at www.gamesforyourwebsite.com. If you need the .fla's PM me (If you have a high post count I'll trust you and send them to you).
|
Quote:
Generally, coding and links are left alone anyway - but there are some daft people that will change things that they perhaps shouldn't. |
Quote:
Oblivion are you going to upload the 23 games here???? Ohh I cant wait! |
Quote:
|
I respec that...
ok quick rotation lol under madness word search snowball warrior n dats it. THANK YOU! |
1 Attachment(s)
Quick Rotation is rather awkward, since there's no score to monitor.. Unless I made the levels count as the score, but I'd have to add a submit button of some kind to it..
Here's Udder Madness and Wacky Wordsearch to keep you occupied.. ;) |
1 Attachment(s)
Snowball Warrior.. :)
|
ahh man! Thank you
|
hey guys...i have both
sothink swf decompiler mx '05 (swf > fla) and flash mx '04 but, i'm a total noob at flash..so can someone pm me and try to walk me through modding a fla to work with vb? thanks |
Quote:
First, you take the main file and look for the bipolar tangent, it should be located in the 2nd frame next to the beginning of the output data mode (FLA). If it isn't then create a block BEFORE THE VAR! Make sure it's an integer or a factoid!! After the clip as complete (before the root) you will need to look for the minime. You will need some knowledge of Flash to do this. It's usually associated next to the "laser" output string. Once this is done you will need to go through the history file and make note of all the statements recorded by the "boosh" protocols. The boosh statements change often but the rest of the program does not seems to understand this. Boosh also outputs various statements that don't make sense... so you will have to redefine them to meet your needs. If that is not done the gameplay will always cause problems, and the correct score will not always be displayed. This will damage the integrity of every gameplayers data storage! Lastly, remember to modify the "game_id" and check if the score of the game is stored as "_root.score". ----------------------------------- It's that easy! :cross-eyed: |
That post above makes about as much sense to me as the real hints. I'm in the same boat.... I have an swf decompiler (swf > fla) and flash mx '04, but I am a noob as well who needs a walkthrough... once I understand the basics I can run with it.
I went through Google's cached storage of the now deleted v3arcade forums and found the following random hints. I think that I may beginning to grasp it, but I'm missing the zipped files it talks about. I'll post my full list of (real) bits of info below.... perhaps someone can put them in perspective for us. I don't know who the authors of these are, so I cannot give the credit to the gurus who originally posted this: random notes taken from v3arcade TIPS If the score is not being submitted, check the following: the page will not be redirected if the score var is invalid the score var must be: - A Number - Integer - Stored as a: _root.score Check if the score is stored in that var name, if not, you can add a small line of code into the mc_arcade movieclip to track our score: Code: PHP Code:
If you don't know which var stores the Score, go to the Game Over Page, select the text that shows What Was Your Score... Click on the text, open the "Properties" Window and there you will see the "var" name ------------------------------- How To Convert Games to v3 Arcade Edit: From John's guide on vBulletin.org. please use this New Guide in instead of the old one since this has new actionscript code to improve new games to work with the challenge minimod... (that you should install btw) Converting Games You will need the .FLA file (game source) to convert a game. Converting a game is quite simple, providing you have some basic knowledge of Flash. Step 1. Create a blank movie clip, containing two keyframes. Step 2. On frame 1 of this blank movieclip, insert this code (not forgetting to change the gamename value to something unique - THIS PRESUMES THAT _root.score CONTAINS THE SCORE VALUE!): Code: PHP Code:
create a new Layer in the flash movie that starts on frame 1 and goes to the last frame of the movie. Insert in the first keyframe the movieclip you just created Step 4. Now, you need to let the game know when to finish the game and redirect the page. This is done by the setting of a new variable, "gameover". When _root.gameover==1, the game will end. Find the FRAME of the "Game Over" page, and add this actionscript to the frame: Code: PHP Code:
Submit and Replay Buttons you have to create two buttons: (you can draw a rectangle an convert it to a button symbol) Replay Button select the the button you just created, paste it in the gameover page, click on properties, and change the "instance name" to replay_button select the button, and then in the Action window insert this code: Code: PHP Code:
select the button you created (or you can create a new one), drag it from the library again and paste it in the gameover page, select the button, and then in the Action window insert this code: Code: PHP Code:
Insert this actionscript in the FIRST frame of the movie, to disable Right-Click on Games... (to prevent cheating) Code: PHP Code:
:) ------------------------------------------------------------------------------ (note from simtech) Now this one is a bit easier, I was able to see how to create a movieclip & how to insert a blank keyframe but I could not download any attachments because I pulled this list from Google's cache of the now closed website: 1 Attachment(s) More Detailed Instructions for Flash Newbies How to Create a New Movieclip in Macromedia flash Menu: Insert / New Symbol... (Ctrl+F8) Behavior: MovieClip name: mc_arcade Right click on the second frame of the movieclip and select: "Insert blank Keyframe" Select the first frame and add the actionscript posted in the first message of this thread remember to change the "game_id" and check if the score of the game is stored as "_root.score" Note: i just created a movieclip that i think you can import into your movie, remember to edit the actionscript on it. check attachment SIMTECH NOTE: THIS ATTACHMENT IS THE PART THAT I AM MISSING How to paste the Movieclip on the movie: Create a new layer, rename it to "arcade" you will have a blank keyframe in the first frame of the movie. go to the last frame of the movie (in the same layer), right click on the frame and select "Insert Frame" (not keyframe) Open the library (Ctrl+L) drag and drop the "mc_arcade" movieclip into the first frame of the layer "arcade" there you go ;) -------------------------------------------------------------------- If anyone can offer any input on the above two (real) methods it would be appreciated! |
Still Greek to me on a lot of it. As much as I would love to sit down with a $80 book on Flash and how to use it, I just do not have the time to do that right now. I wish I could contribute conversions myself, but until I buy and read a book or someone comes up with a true step-by-step, I am going to have to try to figure it out on my own.
It has been a couple months with me trying to convert a single game and I think I might now know how to insert a frame in a particular scene, but am almost scared to try it and it actually work! |
All times are GMT. The time now is 08:38 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|