Recent content by fredlexus
-
F
Compile error 1061 displays when attempting to play timeline animation
[FONT="Verdana"][SIZE="1"]Hi, Scenario: Click on button and timeline animation plays (the animation is a panel that rotates from the back to the front) Flash AS - 3.0 CS5 Error: Scene 1, Layer 'actions', Frame 1, Line 11 1061: Call to a possibly undefined method play through a...- fredlexus
- Thread
- Animation Error
- Replies: 1
- Forum: Programming and Computer Science
-
F
Rollover and gotoAndPlay not working after stop action
Adding additional info to post: - There is a stop action on the first frame of each movie - In the code for last 4 buttons I replaced 'gotoAndPlay("home..")' with 'this. gotoAndPlay("home..")'; replaced 'gotoAndPlay("news..")' with 'this. gotoAndPlay("news..")'; replaced...- fredlexus
- Post #2
- Forum: Programming and Computer Science
-
F
Rollover and gotoAndPlay not working after stop action
Subject: Flash (cs4, as3) Background: I have a website with 7 rollover buttons that play a movie. The first 3 buttons display from frames 17-29 (timeline animation plays on frames 1-16). Frame 29 has a stop action as well as blank keyframes. This gives the user the opportunity to select one of...- fredlexus
- Thread
- Replies: 1
- Forum: Programming and Computer Science