Interpolate To Next Scene

crapscraps Member Posts: 353
edited November -1 in Working with GS (Mac)
Need to have a scene - which when touched - interpolates to alpha = 0 and then changes to the next scene.

I have tried using:

Rule
Touch
Interpolate to 0
Timer - next scene

But it appears that that you cant use next scene with a timer. Correct?

Help?
Thanks

Comments

  • Rob2Rob2 Member Posts: 2,402
    Use touch to change attribute...say boolean

    then when attribute is yes do interpolate & timer etc

    edit: so its two rules :)
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    instead of a timer try using
    when self.Alpha = 0
    --Change scene
  • Rob2Rob2 Member Posts: 2,402
    doh: you would need 'run to completion' checked on your timer (or keep touching!) but tenrdrmer's method is more elegant if you don't want a further delay after the interpolate.
Sign In or Register to comment.