Hi;
On Sat, 2007-03-10 at 21:57 +0100, Gideon de Kok wrote:
> Hi,
>
> > > timeline = clutter.Timeline(40, 50)
> > > alpha = clutter.Alpha(timeline, clutter.ramp_inc_func)
> > >
> > > o_behaviour = BehaviourRoll(alpha)
> > >
> > > timeline = clutter.Timeline(40, 50)
> > > for label in menu:
> > > o_behaviour.apply(label)
> > >
> > > timeline.start()
> > > timeline.connect("new-frame", self.printBlaat)
> >
> > Is self.printBlaat getting called in the above example ?
>
> Yes, the timeline.connect function calls the self.printBlaat function
> perfectly (which eventually prints out a lot of "Blaat" strings)...
> So the timeline is created successfully and also works.. Thus the weird
> thing is why the "behaviour" isn't called..
>
Assuming this is custom behaviour (roll), is its alpha notify func
getting called at all ?
-- Matthew
--
To unsubscribe send a mail to [EMAIL PROTECTED]