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.
 
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top