1. #11
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: Need help Building some Speed Freak skill games

    Originally Posted by Jarr3tt88
    green (on true) less equal 50
    yellow (on true) greater 50 (would need a tie into a state event to turn off when greater than 75)
    red (on true) greater 75
    i would change this a little

    filter(less equal 50)
    ->OnTrue->ColorEvent(Green)
    ->OnFalse->
    filter(less equal 75)
    ->OnTrue->ColorEvent(Orange)
    ->OnFalse->ColorEvent(Red)
    Share this post

  2. #12

    Re: Need help Building some Speed Freak skill games

    Thanks dasraiser I think I have the bike dialed in now but how do I get the light and steam to stay with the bike? Also How do you attach items to the bike?
    Thanks again
    Share this post

  3. #13
    dasraizer's Avatar Senior Member
    Join Date
    Apr 2014
    Location
    UK, Isle of Wight
    Posts
    1,195

    Re: Need help Building some Speed Freak skill games

    cool

    this tutorial may help, the settings will be the same just with other objects/effects instead of the custom camera attached to the bike.
    Share this post

  4. #14

    Re: Need help Building some Speed Freak skill games

    OK thanks to all! Bike is realy close to the original skill game, now I just have to work on the track.
    Share this post