playMaker

Author Topic: Ask question about "add script" [SOLVED]  (Read 1875 times)

naktim0819

  • Playmaker Newbie
  • *
  • Posts: 44
Ask question about "add script" [SOLVED]
« 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.


« Last Edit: April 12, 2013, 01:11:18 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Ask question about "add script"
« Reply #1 on: April 12, 2013, 01:10:16 PM »
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.