My account: Login | Sign Up
Loading... 

AS2 -> AS3 convert please | Thread profile

Thread profile page for "AS2 -> AS3 convert please" on http://www.kirupa.com. This report page is a snippet summary view from a single thread "AS2 -> AS3 convert please", located on the Message Board at http://www.kirupa.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: AS2 -> AS3 convert please
Site: Kirupa Forum  Kirupa Forum - site profile
Forum: ActionScript 3.0  ActionScript 3.0 - forum profile
Total authors: 4 authors
Total thread posts: 14 posts
Thread activity: no new posts during last week
Domain info for: kirupa.com

Thread posts in AS2 -> AS3 convert please:

1. 
Started 3 months, 1 week ago (2008-07-03 22:14:00)  by krystek1987
Hi, can you help me and convert that AS2 code to AS3: http://www.flashframer.com/how-to-cr...vigation-me nu/ For you that is 5 minutes, and I'll can see differents. Thanks
Size: 328 bytes
Customize:  Customize "AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
2. 
Started 3 months, 1 week ago (2008-07-03 22:24:00)  by sekasi
Oh cmon man .. :/
Size: 56 bytes
Customize:  Customize "<b>Reply 1</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
3. 
Started 3 months, 1 week ago (2008-07-03 22:25:00)  by dthought
Umm... how about you have a go at doing it yourself, ask questions if you get stuck and actually learn from the experience? That way you'll have a far more useful transfer of knowledge, as if someone else just does the work for you then you'll only skim the surface of learning. I mean seriously... if you're not prepared to put any effort in, why should someone else?
Size: 515 bytes
Customize:  Customize "<b>Reply 2</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
4. 
Started 3 months, 1 week ago (2008-07-04 14:18:00)  by krystek1987
ok my question is ho can I do something like that with addChild() _root.attachMovie("button","btn"+i,_root.getNextGi ghestDepth()); "button" is an instance name of my movie clip which I want to use as a button in my menu. I tried to do something like that: var button:MovieClip = new MovieClip(); addChild(button).name = "btn"+i; this.getchildByName("btn"+i).y = y_position; but I ...
Size: 664 bytes
Customize:  Customize "<b>Reply 3</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
5. 
Started 3 months, 1 week ago (2008-07-04 14:20:00)  by sekasi
var b:button = new button(); addChild(b); b.y = 25; b.alpha = .7;
Size: 125 bytes
Customize:  Customize "<b>Reply 4</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
6. 
Started 3 months, 1 week ago (2008-07-04 14:29:00)  by krystek1987
thanks it's warking I think that now I can finish my menu
Size: 374 bytes
Customize:  Customize "<b>Reply 5</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
7. 
Started 3 months, 1 week ago (2008-07-05 10:04:00)  by krystek1987
hmm one question more. When I have function xmlLoaded(event:Event):void{ ... for(var i:int = 0; i<xmlList.length(); i++) ... How can I load variable i in new function? function btnOver(e:Event):void { this.getChildByName("btn"+i).gotoAndPlay(2); }
Size: 414 bytes
Customize:  Customize "<b>Reply 6</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
8. 
Started 3 months, 1 week ago (2008-07-05 10:12:00)  by nikefido
Quote: Originally Posted by krystek1987 hmm one question more. When I have function xmlLoaded(event:Event):void{ ... for(var i:int = 0; i<xmlList.length(); i++) ... How can I load variable i in new function? function btnOver(e:Event):void { this.getChildByName("btn"+i).gotoAndPlay(2); }...
Size: 2,547 bytes
Customize:  Customize "<b>Reply 7</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
9. 
Started 3 months, 1 week ago (2008-07-05 10:43:00)  by krystek1987
I'm trying to convert AS2 to AS3 code from link [top of the page] There are everything to understend "my" code if I do: e.target.gotoAndPlay(2); I have error: ReferenceError: Error #1069: Property gotoAndPlay not found on flash.text.TextField and there is no default value. at FF_Navigation_Menu_2_fla::MainTimeline/btnOver() that is my first AS code.. thanks for helping
Size: 684 bytes
Customize:  Customize "<b>Reply 8</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
10. 
Started 3 months, 1 week ago (2008-07-05 10:46:00)  by sekasi
do mouseChildren = false on your button since your textfields are sending the event atm.
Size: 127 bytes
Customize:  Customize "<b>Reply 9</b>: AS2 -> AS3 convert please :: ActionScript 3.0 :: Kirupa Forum"
 

Top contributing authors for AS2 -> AS3 convert please

Name Posts
krystek1987 7
sekasi 4
nikefido 2
dthought 1