Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: naktim0819 on April 04, 2013, 01:55:31 PM
-
Hello!
I want to ask
I have some value need to change.
I use thinkscroller I need to change it's Base speed when I doing some thing
but Set Property can't catch that Base speed value
so I think I cant wrote a little script maybe is that thinkscroller's Basespeed value maybe= 3
then when I need to change basespeed , go use add script then put my script in that
Is this correct?
If this is used, I wrote Script needs on the fixed data folder it?
It seems that as I click addscript inside option already fixed script did not see what I wrote.
I will not be able to write the script I drag the past, It will not fit into.
-
Finally had a chance to take a look at Thinkscroller.
So Thinkscroller doesn't use a property for Base Speed.
Instead it uses a method: Set Base Speed
So you can use Send Message to set the Base Speed. See attached image.