text actions

This is a discussion on "text actions" within the Flash & Multimedia Forum section. This forum, and the thread "text actions are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 14th, 2004, 20:54
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
text actions

how can I apply actions (eg a to restart the flash movie) to some text? whatever i do to the text, it still says "cannot apply actions to current selection". help please! thanx

  #2 (permalink)  
Old May 14th, 2004, 22:14
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
your going to have to convert your text into a button.... to do this select the text and press F8 . (or select the Text then Insert>Convert To Symbol ) Select the Radio button for Button and choose a name for it. Then click ok. Then all you have left to do is click on the button and use the actionscript window to tell it to restart the movie. Here's the code:
Code: Select all
on (press) {
	gotoAndPlay("Enter Scene Name", Enter Frame #);
}
Closed Thread

Tags
text, actions

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
One form, two actions? skuliaxe Web Page Design 1 Jan 23rd, 2008 14:05
multiple actions on one image sjh Flash & Multimedia Forum 6 Nov 13th, 2007 20:43
[SOLVED] 2 different actions, same form AdRock Web Page Design 5 Oct 11th, 2007 18:02
Need Help With Flash Actions manny4003 Flash & Multimedia Forum 6 Jul 5th, 2007 23:17
2 actions on a button fishbyname Web Page Design 1 Nov 16th, 2006 14:25


All times are GMT. The time now is 07:41.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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 32 33 34 35 36 37 38 39 40 41 42 43