vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade v1.0 Flash Games Development (https://vborg.vbsupport.ru/showthread.php?t=47198)

The Wedge 04-08-2003 05:19 AM

Shooter

Game Hash Offset - 5

Score Return Variable -$score


Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="380">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]&username=$username&highscore=$highscore&bbtitle=$bbtitle">
<param name="quality" value="high">
<param name=bgcolor value="#576375">
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="380">
</embed></object>


i dont know how it scores, like if theres a max score or something, but test it out tell me whats up

EvilLS1 04-08-2003 06:19 AM

Funky Pong

Game Identifier: funkypong
Filename: funkypong.swf
Game Hash Offset: 5
Score Return Variable: $score

HTML

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="535" height="400">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="400">
</embed>
</object>

{Edit} Added a submit button to the game.

The Wedge 04-08-2003 06:21 AM

thats to funny i was going to edit that game!!!!!!!

Kars10 04-08-2003 06:22 AM

Shooter works good and the 3-Lives Version of Kart F1 too.
Thanks.

BTW. I made a thumbnail for shooter. :)

Kars

EvilLS1 04-08-2003 06:26 AM

Quote:

Today at 08:21 AM The Wedge said this in Post #522
thats to funny i was going to edit that game!!!!!!!
Sorry. :p

The Wedge 04-08-2003 06:42 AM

hey, saved me some trouble!! =)

The Wedge 04-08-2003 06:49 AM

anybody figure out frogger yet? i've even been trying to email the creator for help... ;[

EvilLS1 04-08-2003 09:40 AM

Quote:

Today at 08:49 AM The Wedge said this in Post #526
anybody figure out frogger yet? i've even been trying to email the creator for help... ;[
I been trying to make that game work for the last hour but no luck. Can't find the score variable. :(

Kars10 04-08-2003 09:45 AM

@ EvilS1, same here. I have no luck with Frogger! :(

The Wedge 04-08-2003 10:13 AM

UGH!!!

Erwin 04-08-2003 10:40 AM

Funky Pong is too funky!!! :)

drumsy 04-08-2003 12:18 PM

Quote:

Yesterday at 06:48 PM Erwin said this in Post #514
You don't need an SQL query. Just add it in your Admin CP.

The reason why I need the SQL query is because I can't add the icon or crown via that method. We run Plesk, safe mode on, which doesn't allow for avator or attachement uploads either. The SQL query is the only way I've been able to get those images into the database.

Crazy Pete 04-08-2003 06:29 PM

Any of these would be cool. Not sure where to find the .fla files for them, though...

Fly The Copter:
http://www.seethru.co.uk/zine/south...copter_game.htm

3D Pong!:
http://www1.xakep.ru/articles/games/pong/default.asp

Mini-Putt:
http://www.people.fas.harvard.edu/~...sh/miniputt.swf

Slime Volleyball:
http://tartarus.uwa.edu.au/~wedgey/slime1/

Scope Assault:
http://members.cox.net/tomorrowsnob...ssaultplay.html

Jakor Sevel 04-08-2003 06:44 PM

funky pong is sweeeeeeeeet, lol. And shooter is cool too, I remember that I was looking for it's fla one time but could never find it. Oh well, still great additions. keep up the good work guys.

*can't wait to get cable and d/l flash easily and start converting games if he can*

The Wedge 04-08-2003 11:34 PM

the FLA file arent big at all sometimes the most you would be dowloading is a couoke hundred KB's

dstruct2k 04-09-2003 01:16 AM

Quote:

04-03-03 at 11:23 PM DigitalDesktops said this in Post #388
PONG

Game Hash Offset: 5
Score Return Variable: $playerScore
HTML Code for Game:

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="750" height="100">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="100">
</embed>
</object>

Enjoy! :D

Well, I have decided that the original game was a bit... "off"....

The AI has been tweaked to make the game more playable (the AI won't wipe the floor with you now unless it's losing, then it gets "mad" and plays better) and I have solved our mysterious "playerScore" variable problem. For some reason, the game clears the "playerScore" variable if the player wins. So I thought... "If the playerScore would have to equal the scorelimit for the player to win, why not just grab the $scorelimit value for the score board?"

Don't use $playerScore anymore. Use $scorelimit. I am also attaching a modified copy of Pong that won't submit anything if you lose. (If I didn't do this, you could set the scorelimit to 100 and watch the game give you points....)

So, in the Admin CP, change the $playerScore to $scorelimit and replace the SWF with the one I have attached. This has the AI fix, the score fix, and a couple other tweaks to make the game look better.

The Wedge 04-09-2003 02:35 AM

is there a way to have Frogger repeat the first level after one has completed the level, but still keep the same score? if its possible please contact me through PM's i think i figured frogger out.. just need to get more than 1 level...

Erwin 04-09-2003 02:43 AM

Quote:

Today at 06:29 AM Crazy Pete said this in Post #532
Any of these would be cool. Not sure where to find the .fla files for them, though...

Fly The Copter:
http://www.seethru.co.uk/zine/south...copter_game.htm

3D Pong!:
http://www1.xakep.ru/articles/games/pong/default.asp

Mini-Putt:
http://www.people.fas.harvard.edu/~...sh/miniputt.swf

Slime Volleyball:
http://tartarus.uwa.edu.au/~wedgey/slime1/

Scope Assault:
http://members.cox.net/tomorrowsnob...ssaultplay.html


Are these games public domain? You cannot modify games that are copyright and not released to the public for changes.

EvilLS1 04-09-2003 03:45 AM

PixelFx,
Here's the modified jewels .fla file you requested.

The Wedge 04-09-2003 04:29 AM

Quote:

Today at 04:35 AM The Wedge said this in Post #536
is there a way to have Frogger repeat the first level after one has completed the level, but still keep the same score? if its possible please contact me through PM's i think i figured frogger out.. just need to get more than 1 level...

:confused: :confused: :confused:

Crazy Pete 04-09-2003 04:49 AM

Quote:

Yesterday at 11:43 PM Erwin said this in Post #537
Are these games public domain? You cannot modify games that are copyright and not released to the public for changes.

Ahh, as far as I know they are. I haven't really looked into that much, I just know that they're some fun games that I came across a while ago and keep returning to. Thought they might go well in the arcade, or at least some ones similar to them if these are unavailable.

Crazy Pete 04-09-2003 04:55 AM

There seems to be a problem with that Shooter game where you can only get up to 850 points. After that, the next two aircraft that fly by can't be shot, no matter how many times you try. We have about 12 users all with the same score, no one can get higher than 850 and thus can't continue with the game.

Anyone else have this problem?

Da`Nacho 04-09-2003 09:16 AM

Whats the problem people are having with Jewels again?

I got Jewels and a bunch of other games about 2 weeks ago off a few of the sites that were mentioned here earlier. Once I figured out the score variable I've not had a single problem. It's one of the most addictive and popular games on the forum. :)

EvilLS1 04-09-2003 09:26 AM

Quote:

Today at 11:16 AM Da`Nacho said this in Post #542
Whats the problem people are having with Jewels again?

I got Jewels and a bunch of other games about 2 weeks ago off a few of the sites that were mentioned here earlier. Once I figured out the score variable I've not had a single problem. It's one of the most addictive and popular games on the forum. :)


I couldn't find the score variable for it.. I only tried a couple and then gave up because it just takes too long for the game to end just to find out if its actually submitting the score to the database.

I don't care much for the game, but PixelFx wants it if you're willing to share.

Da`Nacho 04-09-2003 09:37 AM

Quote:

Today at 05:26 AM EvilLS1 said this in Post #543
I couldn't find the score variable for it.. I only tried a couple and then gave up because it just takes too long for the game to end just to find out if its actually submitting the score to the database.

I don't care much for the game, but PixelFx wants it if you're willing to share.


Not a problem - Please enjoy.

score variable: $jewelsscore
hash offset: 5

It's a very addicting game and holds true to the BeJeweled ruleset very well, it's just got better graphics.

HINT: You can get higher scores and keeop the game going forever by concentrating on the top of the board. :)

MentaL 04-09-2003 12:32 PM

good work all.

lioncool1589 04-09-2003 04:23 PM

why some games dont work on forum i get black screen when game start up

Crazy Pete 04-09-2003 04:34 PM

Make sure the path and the filenames for them are correct in the admin cp. I had the same problem with a few of them until I checked that.

The Wedge 04-09-2003 05:02 PM

Quote:

Today at 06:55 AM Crazy Pete said this in Post #541
There seems to be a problem with that Shooter game where you can only get up to 850 points. After that, the next two aircraft that fly by can't be shot, no matter how many times you try. We have about 12 users all with the same score, no one can get higher than 850 and thus can't continue with the game.

Anyone else have this problem?


ill take a look at the FLA file, if i can't fix it ill post the FLA file to somebody who can, can anybody make the FLA of frogger repeats itself after the first level but keep the same score?

Zelda-King 04-09-2003 05:37 PM

I don't suppose anyone knows where to find Galaga? My lot're really pining for that game but it's not at http://www.flashkit.com/movies/Games/Full_Game_Source/.

PixelFx 04-09-2003 05:55 PM

Thanks, EvilLS1 & Da`Nacho and everyone for getting jewels to work. :)

I fixed up the install for vb arcade to make it a bit faster with the arcade install, and changed the mostly template changes... I'm just cleaning up what I changed on my forum so I can add it to a zip.

Futureal do you want me to send you it first to go over or just post it as an attachment?

Zelda-King 04-09-2003 06:07 PM

How are you meant to score in Jewels? The game never seems to end.

Jakor Sevel 04-09-2003 06:45 PM

thanks for jewels and if anyone gets frogger goin, you rock, lol.

Crazy Pete 04-09-2003 06:56 PM

Quote:

Today at 03:07 PM Zelda-King said this in Post #551
How are you meant to score in Jewels? The game never seems to end.
I was wondering that myself for a while. Your score gets recorded and the game ends when you can't find anymore 3-in-a-row jewels. I got 10,665 before mine ended.

MentaL 04-09-2003 07:38 PM

may i ask what do you do once ive obtained the source.. and how would i convert it so that it will work as a high score game?

maybe a manual would be a good ide afor people in the same situation.

MentaL,

RageZone.com

Highlander 04-09-2003 08:38 PM

How can i Reset the Highscore to start a new Game. I hope you can help me.

PixelFx 04-09-2003 09:27 PM

Jewels works good, got to level 16 then ran out of jewls, and it tracked me for 14,000 points. :)

Jakor Sevel 04-09-2003 09:36 PM

dude, my gf got past level 30 and 48k in points, roflmao. I was like "daaaaaaaaang" :p

Dark Jim 04-09-2003 10:06 PM

I got 68,365 points. :p One game I can actually keep the 1st place for longer than 5 minutes.

PixelFx 04-09-2003 10:18 PM

wow :P question with tetris, is there an updated version that can go up to 1 million points or is that someone that just don't know what sleep is, and bandages on there fingers?


All times are GMT. The time now is 05:07 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02444 seconds
  • Memory Usage 1,837KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete