Sliding an object on screen
April 22, 2016 12:00 AM
I seem to remember that there's a way to make an action so that an object slides from an offscreen position to on screen. Am I imagining this? I can't get it to work. My action reads: OnPageShowMoveTo and then it reads Target: Object1, Move to: x: 40 y:220. But it doesn't move when I show the page. Any insight as to what I'm doing wrong?
Discussion (7)
You need to include the .ini file or we cant load it. Never mind, I got it loaded.
Your object is too far off the screen. Make it -321 (its width) and try. Keep the 0.1 delay.
That didn't work. :/ It's not crucial, I'm just building a course playing around with some of the tools. When I run in debug mode, it reads that the action was fired, but the shape just isn't appearing. I also made sure the shape is "always on top," so that's not it either. I'm attaching it (please don't judge my elementary course design), so here's to hoping it attaches correctly, and that you can open it if you're so inclined.
Put a 0.1 delay and it should work. You're not doing anything wrong. Seems like a bug. Works without delay in IE.
Darrel
That worked, thank you! And thank you for the kind words. I'm definitely a beginner, but I'm trying.
Discussions have been disabled for this post