DBY
Who's Online
0 registered (), 14 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Latest Photo Gallery
light pole in the water
Eastern State Penitentiary - Philadelphia
Top Posters (30 Days)
HarryB 13
FinalDJ 11
Anartist 11
Goofy 6
m2h 3
Fitzy 3
firebane 1
bitstorm 1
Doorslammer 1
Dough 1
Topic Options
#2808 - 08/21/01 08:32 PM Flash 5 questions
Kemuri Offline
X-Com Freak

Registered: 07/25/02
Posts: 217
Loc: NYC
okay, i've been tearing out my hair for three days because of this. i am now currently bald, so i can no longer stay stressed out. thus, i have come to you for help. here are the problems:

1) i have a html file load up in a dynamic text box. this html file has links. i also have a custom cursor for the "over" status within the flash, but whenever the cursor goes over the link in the html, the original system (windows) cursor is shown. now, is there anyway i can get rid of that stupid windows cursor and replace it with my own?

2) related to the above question is this. whenever the html link is pressed, the link is activated. HOWEVER, the cursor is STILL in the "over" state until it is clicked again over a non-hot spot. i have tried everything i could think of, such as updateAfterEvent(mouse---), but nothing has worked. how can i fix this?

thanks for reading this. i hope SOMEONE can help out here. if you need any source code, i'll post it.

-Kemuri

Life is painful, sleep it off.
_________________________
"Show me a woman who's not jealous of another woman, and I'll show you a man." -Bill McNeal, Newsradio

Top
#2809 - 08/22/01 09:49 AM Re: Flash 5 questions [Re: Kemuri]
Mr_Blog Offline
human

Registered: 06/06/01
Posts: 13762
Loc: ${PWD}
I find Flash 5 to be really annoying, but I'll give it a shot. Before I can really figure out what's going on, I need to know how you are making your custom cursor, but in the meantime, here are my thoughts.

Get rid of the cursor entirely, and instead use a dragged movie clip (drag) with a stop action at the first frame. Add the following to the button action (syntax is not exact):


On Rollover {
Tell target "drag"
GotoandStop "2"
<---that's the "rollover" frame
}
On Rollout {
Tell target "drag"
GotoandStop "1"
}
On Press {
Tell target "drag"
gotoandStop "1"
(or "3" if you have a "mousedown" state)
}


Now this may not work if you are using html links instead of buttons....if that's the case, I may not be able to help you.


_________________________
( o_
/ >) My 84-year-old non-techy mom uses Debian Linux. It ain't that hard.

Top
#2810 - 08/22/01 07:33 PM Re: Flash 5 questions [Re: Mr_Blog]
Kemuri Offline
X-Com Freak

Registered: 07/25/02
Posts: 217
Loc: NYC
okay, if i understand you correctly, you want me to make the cursor a movie clip that draggable, right? well, the cursor is already a movie clip. here what i did to make it:

1) made a two frame movie clip, and each frame has "stop"
2) frame 1 is the normal state (the arrow). frame 2 is the over state (the finger)
3) i used the mouse.hide thing to hide the system cursor to replace it with my custom using onClipevent(---). then i used _root._xmouse/_ymouse to track the cursor movement.
4) wrote some code to check if the _root had any instances (normally you can just check MC's variable names, but i find that buttons don't have any. so i just used "_root.instance---" for the buttons). if the _xmouse/_ymouse is over those objects, it goes to the appropriate frame.

now the thing is it works fine with the flash buttons. it's only the embedded html links that's causing me grief. I have a few theories on why it won't work, but i don't know if you really care to hear it. now the whole custom cursor thing really isn't the problem. i can do without the pretty arrow i made if the system cursor (on over state) would just refresh after it clicked the html link. but that's another story.

i really appreciate you taking the time out to post. i've asked these samek questions on just about every forum i could think of, with absolutely NO repsonse from anyone. all i see are a whole lot of views, but no damn replies. again, thank you for at least trying to help out.

-Kemuri
P.S.- dig your fish. is it a fish? it's cool.

Life is painful, sleep it off.
_________________________
"Show me a woman who's not jealous of another woman, and I'll show you a man." -Bill McNeal, Newsradio

Top
#2811 - 08/23/01 02:29 AM Re: Flash 5 questions [Re: Kemuri]
Mr_Blog Offline
human

Registered: 06/06/01
Posts: 13762
Loc: ${PWD}
I can understand your frustration. As I said, I don't enjoy working with Flash 5, so haven't learned a lot of the new stuff...including formatted text. It's possible that the Flash environment doesn't have a way to deal with replacement cursors in this situation. Sorry I couldn't help you with this.
If you ever have any other problems though, I'd be happy to help...pretty good with version4 stuff.


_________________________
( o_
/ >) My 84-year-old non-techy mom uses Debian Linux. It ain't that hard.

Top
#2812 - 08/24/01 11:31 AM Re: Flash 5 questions [Re: Mr_Blog]
Kemuri Offline
X-Com Freak

Registered: 07/25/02
Posts: 217
Loc: NYC
Yes, I'm starting to think that I can't fix this problem. It's funny to note, that you are STILL the only one who has tried to help me on this issue. Everyone else on other forums on other websites are idiots. I ask a legitimate question, yet other posts that ask "how do i make a frame?" get replies instead of me. Again, thanks for replying. I'm begining to think EVERYONE is a flash newbie... "oh, oh! i can TWEEN! I ROCK!" ugh.

I'm really not a flash newbie, although this one problem has actually made me go and post on forums, since i can find NO documentation anywhere concerning this issue. I tend to try to find the answers on my own, before relying to craptacular forum posters. (Not you of course.... hehe)

Anyway, the point is: thanks for your time. that's about it. lol

-Kemuri

Life is painful, sleep it off.
_________________________
"Show me a woman who's not jealous of another woman, and I'll show you a man." -Bill McNeal, Newsradio

Top



Moderator:  Doorslammer, Nightowl, NightShade, Rez 
Shout Box

Today's Birthdays
No Birthdays
May
Su M Tu W Th F Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31