Author Topic: Dogtown rampbonus coding problems  (Read 4323 times)

0 Members and 1 Guest are viewing this topic.

Offline faralos

  • Full Member
  • ***
  • Posts: 235
  • Karma: +1/-0
Dogtown rampbonus coding problems
« on: November 07, 2012, 10:48:37 AM »
here is the link to my dogtown wip
 I have been having problems coding or trying to code
the ramp bonus and lane bonus scoring routines
they reside as 'public' which is I think the same as dimmed things
but when I try to 'addscore' using them
 I am lost as how to actually write it
http://www.speedyshare.com/PXKXn/Dogtown-v1.zip
here are a few examples pulled from the code
any help anyone can offer would be greatly appreciated
 I want it to add those ramp bonuses as separate from the addscore line
like it should say in the text box upon ball drain
ramp bonus 2000 or whatever it should be
does that help any
I am never wrong Once I thought I was
 but I was merely mistaken

Offline Itchigo

  • Victory is mine!!
  • Administrator
  • Pinball Wizard
  • *****
  • Posts: 1,407
  • Country: us
  • Karma: +10/-0
RE: Dogtown rampbonus coding problems
« Reply #1 on: November 07, 2012, 02:10:51 PM »
Yeah, that won't work. What I would do is make a rampbonus sub, then call it. I use this method for credits. I just make 1 sub and constantly call to it.:D


Sub ramptrigger_Hit()
Rampbonus
End Sub

Sub Rampbonus()
Addscore
Flash lights
End Sub
Tremble in fear! Behold my Bankai!