View Single Post
Old 10-17-2006, 05:30 AM   #192
GizmoQ
FLAC
 
GizmoQ's Avatar
 
Join Date: Nov 2004
Location: St Louis
Posts: 1,379
O.K. This skin is outstanding, but so complicated I have to take three aspirin before opening any skins to learn variable coding in RRCode. Here's my delimna - I dont want to create a skin for each game and I don't want to load 6 flash on a single page either, so I decided to use SETVAR to change the name of the flash movie in RR Code - BUT IT DOESN'T WORK. Here's the code I'm trying to use:

GAMES MENU:

L,150,107,120,30,0,0,0,14,"Arial Narrow:B","=CRAPS","CENTER"
L,150,144,120,30,0,0,0,14,"Arial Narrow:B","=VIDEO POKER","CENTER"
L,150,182,120,30,0,0,0,14,"Arial Narrow:B","=POKER","CENTER"
L,150,220,120,30,0,0,0,14,"Arial Narrow:B","=BLACKJACK","CENTER"
L,150,258,120,30,0,0,0,14,"Arial Narrow:B","=SLOTS","CENTER"
L,150,296,120,30,0,0,0,14,"Arial Narrow:B","=SOLITAIRE","CENTER"

B30,150,107,120,25,"setvar;gaming;craps.swf||load; gameplayer.skin",""
B30,150,144,120,25,"setvar;gaming;poker.swf||load; gameplayer.skin",""
B30,150,182,120,25,"setvar;gaming;videopoker.swf|| load;gameplayer.skin",""
B30,150,220,120,25,"setvar;gaming;blackjack.swf||l oad;gameplayer.skin",""
B30,150,258,120,25,"setvar;gaming;slotmachine.swf| |load;gameplayer.skin",""
B30,150,296,120,25,"setvar;gaming;solitaire.swf||l oad;gameplayer.skin",""

GAMEPLAYER.SKIN:

/, F, x, y, w, h, Movie name
F01,005,110,690,430,"$gaming$",SOLID


From my understanding of the SETVAR command this should allow me to use one skin (gameplayer) for all my flash games, but it doesn't. What an I doing wrong?
__________________
HARDWARE: Fujitsu Stylistic 4121w/ WiFi & mini dock, Sierra Wireless Aircard 550, EXP PCMCIA Portable DVD-RW, Silabs FM, WinTV USB w/-26dB diversity antenna, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 USB joystick, BluSoleil USB Bluetooth
GizmoQ is offline   Reply With Quote