Closed (fixed)
Project:
Arcade
Version:
6.x-0.6-beta
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2009 at 17:51 UTC
Updated:
14 Apr 2009 at 00:23 UTC
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
Comment #1
matt2000 commentedThe 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.
Comment #2
HS commentedThank you.