Hi,

This may sound like a dumb question - forgive me if it is.

I have a script/SWF file for a single game which I would like to add to my site. I don't need an arcade but the scoring system and the ability keep adding relevant games makes the arcade concept interesting.

By using flashnode and uploading the flash game/swf which i have, how does it update the points/score when someone plays the game?

A lot of drupal users utilise the user-points API to give drupal a scoring/points system. Does this module integrate with the same user points api?

Thanks!

Comments

matt2000’s picture

Status: Active » Closed (fixed)

The module currently only supports the pnFlashGames method for transmitting scores. You can get this component to add to your swf from http://www.pnflashgames.com OR you can write your own protocol for storing scores by following the example of protocols/pnflashgames.inc .

This module does not use the userpoints module for storing scores.

HS’s picture

Thank you.