Quantcast
Viewing all articles
Browse latest Browse all 80145

Re: On CP-6, script not working when used on the slide’s "On Enter" option?

You want to go to frame 25, an absolute number, starting from the beginning of the file (frames are numbered from the start).

 

Why do you use Expression? In this case I would have used:

    Assign cpCmndGotoFrameAndResume with 25

 

If you want to go to the 25th frame of that slide, you'll need to store the first frame of that slide in a user variable, will label it v_start. The action On Enter will then have to be changed to a two-liner:

 

    Assign v_start with cpinfoCurrentFrame

     Exoression cpCmndGotoFrameAndResume = v_start + 24

 

I will check this out on CP6.0.1.240 and be back.

 

Lilybiri

 

Checked it out, and you are right. I was not using that version any more. Even adding Continue doesn't help at all. I'm still looking for a workaround


Viewing all articles
Browse latest Browse all 80145

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>