Be a Supporter!

Some questions

  • 705 Views
  • 10 Replies
New Topic Respond to this Topic
Ghoul-5
Ghoul-5
  • Member since: Jul. 31, 2005
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Some questions 2006-06-02 07:32:46 Reply

Hello everyone, i wanted to ask how to do a couple of things in flash:

1) I know how to disable the right click option for flashes in web, but the meniu still is there if u launch the swf from your computer (or maybe i do sth wrong) so i wanted to ask, is there a way to disable that meniu so it never shows up, including the Projected .exe file?

2) how do people insert their website URLs and similar stuff in the right-click meniu?

3) I want my game to have it's cinematics in their own swfs, i know how to load another movie, but i want to know how do u make Flash go back to the main movie after the cinematic SWF is ended? and how can u protect the cinematic swfs, so that ppl can't see the cinematics by just opening the cinematic.swf file ?

4) Is there a way to make a Movieclip get some kinda color tint when it's clicked, and then to make the tint dissapear when another button is clicked?

5) how to make a flash movie read variables from a notepad file? so u can save the players stats or something. (not for online saving) And then would there be a way to prevent the ppl from opening the notepad file and boosting up their stats?

I would really appreciate if someone could answer atleast some of my questions.
NAd i would liket to thank all the NG commnunity in advance because i asked alot of questions about flash here, and u always seem to have the answer. :)


THE CAKE IS A LIE

Jovatov
Jovatov
  • Member since: Apr. 26, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Some questions 2006-06-02 07:47:46 Reply

At 6/2/06 07:32 AM, Ermacc wrote: Hello everyone, i wanted to ask how to do a couple of things in flash:

1) I know how to disable the right click option for flashes in web, but the meniu still is there if u launch the swf from your computer (or maybe i do sth wrong) so i wanted to ask, is there a way to disable that meniu so it never shows up, including the Projected .exe file?

No, as far as I know, right click will always display an about Flash Player 8 thingie.


4) Is there a way to make a Movieclip get some kinda color tint when it's clicked, and then to make the tint dissapear when another button is clicked?

A onRollOver command would be usefull, something like
onRollOver {
tint_mc._visible = true;
}
or sumthing like that

I only got two, but oh well.

Ghoul-5
Ghoul-5
  • Member since: Jul. 31, 2005
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Some questions 2006-06-02 07:54:03 Reply

Thanks for replying, so then would there be a way to prevent cheating in projected flash games? And about that tint thing, shouldn't the tint color be set somewhere?


THE CAKE IS A LIE

Jovatov
Jovatov
  • Member since: Apr. 26, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Some questions 2006-06-02 07:55:31 Reply

At 6/2/06 07:54 AM, Ermacc wrote: And about that tint thing, shouldn't the tint color be set somewhere?

You should have an MC, with an alpha set over the mc, and in the first frame set tint_mc._visible = false;

so then when you go over the MC, it becomes visible.

Ghoul-5
Ghoul-5
  • Member since: Jul. 31, 2005
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Some questions 2006-06-02 08:02:33 Reply

No, i mean i want a movieclip, to get tinted when u click a button that is inside that MC, and that the tint would stay on until u click an other button...


THE CAKE IS A LIE

Ghoul-5
Ghoul-5
  • Member since: Jul. 31, 2005
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Some questions 2006-06-02 09:39:30 Reply

Hey people, doesn't anyone have any more info?


THE CAKE IS A LIE

Ghoul-5
Ghoul-5
  • Member since: Jul. 31, 2005
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Some questions 2006-06-03 16:58:20 Reply

Oh comeon doesn't anyone know how to make the things i need?


THE CAKE IS A LIE

Shinki
Shinki
  • Member since: Feb. 14, 2005
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Some questions 2006-06-03 17:05:27 Reply

At 6/2/06 07:32 AM, Ermacc wrote: 1) I know how to disable the right click option for flashes in web, but the meniu still is there if u launch the swf from your computer (or maybe i do sth wrong) so i wanted to ask, is there a way to disable that meniu so it never shows up, including the Projected .exe file?

Nope.

2) how do people insert their website URLs and similar stuff in the right-click meniu?

AS:Main - Right Click Menu by Denvish

5) how to make a flash movie read variables from a notepad file? so u can save the players stats or something. (not for online saving) And then would there be a way to prevent the ppl from opening the notepad file and boosting up their stats?

Try: AS: Main - Save and Load by Denvish


SCGMD4 is on the way! @scgmd4
If a picture is worth a thousand words, a game is worth a play.

BBS Signature
Ghoul-5
Ghoul-5
  • Member since: Jul. 31, 2005
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to Some questions 2006-06-04 14:30:16 Reply

Thanks, i think those tutorials might help.. :)

Now does anyone know anything for the question 3?


THE CAKE IS A LIE

MarioBilly
MarioBilly
  • Member since: Jul. 5, 2005
  • Offline.
Forum Stats
Member
Level 17
Blank Slate
Response to Some questions 2006-06-04 14:32:54 Reply

uhhh no

Shinki
Shinki
  • Member since: Feb. 14, 2005
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Some questions 2006-06-04 14:37:40 Reply

At 6/4/06 02:30 PM, Ermacc wrote: Thanks, i think those tutorials might help.. :)

Now does anyone know anything for the question 3?

When you externally loads swfs through actionscript they are loaded as new levels.
You can access each level using _level1.play(); or whatever, the original timeline is located on _level0. I haven't really used this much, but there may be a tutorial on it in as:main.


SCGMD4 is on the way! @scgmd4
If a picture is worth a thousand words, a game is worth a play.

BBS Signature