Forum Topic: In need of actionscript

(149 views • 5 replies)

This topic is 1 page long.

<< < > >>
None

Orangebeef

Reply To Post Reply & Quote

Posted at: 6/14/06 05:48 PM

Orangebeef NEUTRAL LEVEL 27

Sign-Up: 01/13/06

Posts: 1,193

I'm making a movie right now, and I am using movieclips.
1. Someone is watching the movie.
2. They right click the screen at a certain time and click "Forward," which pauses the movie.
3. Since movie clips are in the movie, and if it is timed wrong, the animation wont make sense. (A stick figure is going to jump over some fire for the few seconds the flame isn't threatening the stick figure. If the movie is paused before that, he'll jump right through the fire without any injuries.)

I'm not good at organizing a topic, so I did it like a list.
I just need some actionscript to hide the features when you right click a flash movie, so people won't be able to see the fire glitch. I also need to know where to put the actionscript.

If I left out any important information, just tell me in a reply to this topic and I'll have it answered.

orange


None

Farplane

Reply To Post Reply & Quote

Posted at: 6/14/06 05:57 PM

Farplane DARK LEVEL 16

Sign-Up: 07/06/05

Posts: 1,485

Just animate it frame by frame, yes, I know, movieclips are so hard to get along with :P


None

Not-an-S

Reply To Post Reply & Quote

Posted at: 6/14/06 06:00 PM

Not-an-S EVIL LEVEL 07

Sign-Up: 10/31/05

Posts: 110

var myMenu=new ContextMenu();
myMenu.hideBuiltInItems();


None

Orangebeef

Reply To Post Reply & Quote

Posted at: 6/14/06 06:00 PM

Orangebeef NEUTRAL LEVEL 27

Sign-Up: 01/13/06

Posts: 1,193

At 6/14/06 05:57 PM, Jareddeitch wrote: Just animate it frame by frame, yes, I know, movieclips are so hard to get along with :P

I am going to animate it frame by frame, I'm just going to have it in a movie clip so I dont have another extra layer on my main timeline.

I want the script that turns off the features when you right click on a flash.

orange


None

AAF

Reply To Post Reply & Quote

Posted at: 6/14/06 06:48 PM

AAF NEUTRAL LEVEL 09

Sign-Up: 06/14/06

Posts: 538

At 6/14/06 06:00 PM, NotanS wrote: var myMenu=new ContextMenu();
myMenu.hideBuiltInItems();

isnt that what you were looking for ? :O

I was also looking for it , so if its work , say it here please :P

.


None

phyconinja

Reply To Post Reply & Quote

Posted at: 6/14/06 06:51 PM

phyconinja EVIL LEVEL 25

Sign-Up: 09/18/04

Posts: 2,838

cant you have like a stop buton?

on (release){
_root.stop();
_root.MC1.stop();
_root.MC2.stop();
_root.MC3.stop();
}

and so on?


All times are Eastern Standard Time (GMT -5) | Current Time: 07:58 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!