Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




STill A Toughie



Hey thanx for all you help on the last post of mine. But i still cant get this to work. Here is everyone on my Tesat flash video.

1 frame.
2 objects 1 button 1 mc
The actions on the frame are:

stop ();

The ations on the button are:

on (rollOver) {
end_x = 550;
end_y = 550;
current_x = mc1._x;
current_y = mc1._y;
travel_x += (end_x-current_x)/10;
travel_y += (end_y-current_y)/10;
mc1._x = mc1._x+travel_x;
mc1._y = mc1._y+travel_y;
}
The actions on the movie clip.. it is named "MC1"
onClipEvent (enterFrame) {
_x += _xmouse*.1;
_y += _ymouse*.2;
}

And it doesnt work. the problem is on rollover, mc1 appears somewhere then moves strait back to the cursor.


Thanx IN advance



FlashKit > Flash Help > Flash ActionScript
Posted on: 04-19-2002, 07:34 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

THIS ONE'S A TOUGHIE PLEASE HELP
I am trying to make a text box that scrolls news headlines. I've got a timer working that tells the textbox to scroll +5 lines every 4 seconds. But this is a problem when the headlines and descriptions add up to more or less than 4 lines.

Is there a way that flash can recognize that it has a header at line one and stop scolling? What I mean is, can I tell the text box to scroll every 4 seconds until the next headline is at line 1?

the text file I am using has html format, so there are <b></b> tags and such around each heading.

HELP!

This Is A Toughie
How do you get a movie clip that is following the cursor to go to a certain _x _y coordinate when you rollover a button.

Thanx in Advance.

Nionicle......................................


(al(ulator

SCROLL TOUGHIE....LETS SEE IF YOU CAN GET THIS
Can someone tell me the script for a scroller where the text in my flash movie is picked up from a txt file..What I want is that If the text increases the scroll bar has a vertical slider which I want to adjust accordingly....meaning that if the text in the txt file increases the vertical slider has to adjust accordingly...

This Could Be A Toughie . .Zoom In On Movie . .
Hi All,

I have a question. I just finished creating a standalone project.Now it looks great and all, but one of the end users requested the ability to zoom in on the movie. My movie's parameter size is 600x400.
Now with eye's like mine I can read text fine. But some of the general poulace may get eye strain (/jk). What I would like to be able to do is create a button that will allow the end user to zoom the movie WITHOUT having to go to the menu bar at the top of the FLASHPLAYER(projector). I have an intro that creates a fullscreen(); instance, and then calls the main movie.
I have found some informaion on this using a standard method javascript crossover code. :
Zoom 2,3,4, 5 2,3,4, 5
Syntax Zoom( percent )
Zooms the view by a relative scale factor specified by percent. Zoom(50) doubles the size of the objects in the view. Zoom(200) reduces the size of objects in the view by one half. Zoom(0) resets the view to 100%.

You cannot specify a reduction in the size of objects in the view when the current view is already 100%. The argument type is integer

Zoom 2,3,4, 5 2,3,4, 5
This only helps me if the movie is in a browser tho. What I would like to do is tell the movie to zoom in on a stand-alone projector.

Any help would be greatly appreciated.
Thank-you

Sincerely

ScrewFaceKiLLA

Toughie Involving Flash And Powerpoint
Okay people this is the situation:

I need to be able to control a powerpoint presentation (jump to different slides) via a Flash movie embedded in it. Can this be done using the VB end of PP or someother method? Or is it simply not possible?

ANY input is greatly appreciated even if you just post to sat 'I don't think t can be done' or whatever.

Thanks everyone
Mark

Duplicate Movie Inherits Actionscript? Toughie...
Can't see a way to do this personally but thought I'd ask. Would be a good feature for future versions...

Is there a way feed a duplicated/attached movieclip a segment of actionscript? I want to atttach one from my library, but can't becuase attached/duplicated mc's have no actions.

The concept would be similar to the initObject parameter of attachMovie(); except attaching AS not visual properties.

Cheers.

Copyright © 2005-08 www.BigResource.com, All rights reserved