gotta' love the BBW'S!
My that is a healthy lady!
nice artwork so far
it's tough though to follow her 'train of thought'
Rosie is the prostitute in red lingerie.although I like ACDC (Maximum Overdrive movie soundtrack rocks!)
I can't help but wonder who is this Rosie figure?
not that I am complaining (I happen to love BBW'S!)
I take it from the original cover.oh and song name is Hells Bells not Hell's Bell
no apostrophe in Hell and Bells should be plural
Yes it is built on Chris.That looks like Chris L's template.
Damn.wow you are right after checking googles pics on album covers
seems even they messed it up they spelled it right on the cover itself
but on the bell it is spelled with no 's' on the end of bell
and an apostrophe on hells
ah well we know what you mean!
heck even on their own cover the s looks like it was put in as an after thought
Damn, i try to connect at Rougue Pinball but the message is "server busY".Uh, yeah, the 's is a possessive. As in Faralos's table.
Chris's template is nice, I used it before I knew how to code. I had a hard time with Chris's "candy" taking up the first 800 lines or so. When you get a chance try my template.The older version is here, the newer version is at my site. It's Faralos approved.![]()
Hmmm, I haven't had any problems on my end, and I've been working hard on the place. I installed a makeshift chatroom, and our own radio station. What my template is, is a playable blank game. You only code what you add. Want an extra ball? All you have to do is turn the light on and it's already coded in.Damn, i try to connect at Rougue Pinball but the message is "server busY".![]()
Hmmm, I haven't had any problems on my end, and I've been working hard on the place. I installed a makeshift chatroom, and our own radio station. What my template is, is a playable blank game. You only code what you add. Want an extra ball? All you have to do is turn the light on and it's already coded in.
The coding has gotten a bit more complex as I have come a loooooooooooooong way since I started here in 09. Suffice it to say I never owned or used a computer until late 2008.
Coding that used to look like this:
Sub Trigger1_hit()
Sub Trigger2_hit()
Sub Trigger3_hit()
Now looks like this:
Sub Triggers_Hit(x)
Say you want to make a full screen version of AC DC for cabinets. Build with this template, and stretch that copy to full screen. It's already precoded to use the B2s editor, all you have to do is uncomment the b2s lines. You get a default generic backglass that you paste your backglass image over and move the digitals around to match your backglass. Remake the backglass and that's it. You have to know how to use the B2s editor but that's easy as Herweh has done a great job in writing the "how to". Hint: it's best to use 2 windows until you know how to use it. Keep the help page open and the editor at the same time so you can go back and forth.