I can't get the actionscript working

  • Thread starter Thread starter JamesU
  • Start date Start date
AI Thread Summary
The issue with the ActionScript in KoolMoviesm arises from the button immediately transitioning to the next frame instead of waiting for user interaction. To resolve this, it's essential to implement a pause or stop action on the frame containing the button. This allows the movie to remain on that frame until the button is pressed. Resources and tutorials for KoolMoviesm and Flash are available for further assistance in understanding the software's functionalities.
JamesU
Gold Member
Messages
821
Reaction score
3
I'm using KoolMoviesm and I can't get the actionscript working. I want a button that when pressed, goes to the next frame. instead, I have a frame with a button, and then it immediately goes to the next frame. is there anything wrong with my script

Code:
 on(release)
{
nextFrame();
}
 
Computer science news on Phys.org
Have you tried pausing the frame that has the button on it?
 
I added an action that was supposed to stop the movie, but it just went on to the next frame
 
Well, first figure out how to pause (stop) the move on the desired frame, and then it will be easier (1 step at a time) :smile: I am not sure how koolmoviesm works personally, but there should be tutorials for it somewhere. Also, do you not like flash? There are a ton of resources on how to use flash.
 
okay, I got it now.
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Back
Top