CS4 - Turn Off Autodocking Panels?
Jan 13, 2010Is there any way to turn off the autodocking panels. I just want my panels to be free floating and not stick together. The way they dock and stick together is the worst.
View 2 RepliesIs there any way to turn off the autodocking panels. I just want my panels to be free floating and not stick together. The way they dock and stick together is the worst.
View 2 RepliesI'll start off by saying I'm a newbie, just putting that out there. How do you make a turn by turn multiplayer flash game? I don't know if an engine is made in AS3, PHP, Javascript, or whatever,I made my game already, it's just that it isn'tmultiplayer yet. Basically, there are lines, and each player crosses out a number of lines, and the last player to cross out a line is the loser. I want it where one user crosses out some lines, then presses End Turn, then the other does their turn and then presses End Turn to allow the other player to move his cursor. But how can I get both players to see the same frame and only have one player have the ability to move the cursor during a turn? Is there some easily adaptable multiplayer engine for flash for newbies out there
View 2 RepliesSomehow, my properties and actions panels became "undocked". They now refuse to snap back into their original positions.
View 2 RepliesAre there any panels in CS5 created for mobile devices/Android app development? What are the commonly used tools/panels for app development?
View 2 RepliesI want to create a set of panels. One holds the buttons and the other holds the main drawing panel. An ASCII representation would look like this:
Code:
-----------------------------------
| B | MAIN |
| U | DRAWING |
| T | SPACE |
| T | |
| O | |
| N | |
| S | |
-----------------------------------
I will be letting the user move things around the main drawing space and want to prevent them from moving things into the panel of buttons. Also, I want to be able to export an image file showing the contents of the main drawing panel. Is there a nice way to create these panels using ActionScript? I saw that there was a panel object in Flex and am unsure how to do that with AS 3.0.
I have a ViewStack with 2 panels:
<mx:ViewStack id="viewstack1" height="243">
<mx:Panel id="gridPanel">
<mx:DataGrid id="grid" right="10" left="10" top="10" bottom="10" width="300" height="150" itemClick="showDetails(event)">
[Code]....
I want to have the user click a grid item in the first panel and then load the data in a panel in the second panel. I can grab the value of the index for the clicked item in the itemClicked handler, but how do I access the detailsPanel to set the values based on the row info from the Grid?
SO, it's been a while since I've done actionscript 3 again, been mostly busy with iOS programming..Anyway, what I'm trying to create is a sliding panels.So far they work but I'm having some troubles, And everything I try does not do what I want hehe.
The panels work, I generate 5 of them in a for loop, they slide open and close when clicked using greensock.But, They all have a label, which needs to slide with it instead of staying on the same position.Plus, I have a if/else to check if a panel is open, but I want to check this individually instead of overall.
The full code is:
import com.greensock.TweenLite;
import flash.geom.ColorTransform;
import flash.text.engine.TabStop;
[cod]....
My problem is i am trying to make a panel. My button in in Main.mxml whereas the panel functions are defined in panel_Create.mxml. the code works fine. In panel_Create their are functions to create panels at runtime. The problem i am facing is when i run the program it wont show the panels but it does increase the value of n and after 8 clicks it gives alert message. The code works fine when i put all the code in Main.mxml
<fx:Script>
<![CDATA[
import Components.panel_Create;[code].....
i'm interested in creating sliding transition panels for menu items similar to those found on the below websites. My question is how these panels work from an actionscript point of view in terms of the very fast and clean motion dynamics and whether people think they are built into the main page or whether they load as part of the called swf
View 2 RepliesI am using a for loop which creates 4 panels inside a tabnavigator. the problem is the panels all display in a vertical row. I am wanting to have two panels in row one then another 2 panels under that in row two. Not 4 in a vertical line.
View 1 RepliesI'm using Adobe Flex Builder 4.5, and I'd like to create a vertical, scrollable list of panels for an AIR application. How do I do that?
View 1 RepliesHow to make it XML based?
View 1 RepliesI completed the 3d Photo Panels tutorial and everything works great. The problem I have is that, when you click out of the browser to a different application or the desktop, the panels start spinning at a ridiculous speed. movie when the mouse leaves the stage? I understand can add an event listener for when the mouse leaves the stage, but I just don't know what to write to stop the movie and then restart the movie when the mouse returns. I'm fairly new to AS3 and it's been a while since I've coded AS2 or used Flash.Here's my code:
Code: Select allpackage {
import com.greensock.*;
import com.greensock.easing.*;
[code].....
i try to modify a file i got here: [URL] simply, i try to add more panels. tried to edit the vars, added mc's with a corresponding name, added more buttons, but on the 7th and further, no mc is loaded.
View 4 RepliesI've seen all kinds of accordion menu examples that allow for one pane open at a time, but I really need one that can have more than one open at a time.
View 4 RepliesCan i display two timeline panels at the same time in flash?
View 2 RepliesFlash stage width is limited to 2880px. Is there a way to do sliding panels http://www.kirupa.com/developer/flash5/slidingmenu.htm with 5 large panels eg. 5 x 1000 = 5000px?
View 3 RepliesI used a theme to change the colors of my code and background, but all the other panels are still white on background. I would like to set a dark background on all my panels/windows, is that possible?
View 1 RepliesI have a divided box that has 3 panels in it... when a certain tab in tab navigator is clicked, then the sidebar with the three panels changed. One tab might show one Panel, another tab might show two of the panels and so on.
I can turn panels invisible and hide the dividers and ever almost positions the panels right, but the dividers still exists so it's not as dynamic as I would like.
Is their an easier way to add and remove panels from the Divided box that won't take as much manual configuration and hacking to make look right?
The problem is once I hide a panel the divider still exists.
I was wondering how best to go about constructing 'floating' panels that change their perspective as the mouse movies around them, as seen to good effect at Train Your Business Brain. how I might go about this?
View 1 Replieshow best to go about constructing 'floating' panels that change their perspective as the mouse movies around them, as seen to good effect at Train Your Business Brain.
Any pointers as to how I might go about this? Ideally as a nice plug-in, because I don't want to go too deep into the theory of coding geometric transformations.
I need to create an accordion interface that can have multiple open panels. I have seen so many examples out there that allow one at a time, but none that allow the user to have a few panels expanded at one time.
View 2 RepliesI'm looking to produce an image gallery exactly like the sliding panels here [URL]
The total length of the images are greater than 2880px (Flash's max stage width).
I am following the 3d flash panels tutorial located here. My ActionScript matches exactly to the tutorial at 11:54 excepting the document size because it is different in my document.
Code: Select allpackage [code]..........
I have the TweenLite com folder in the folder that the FLA is located in, and my document class is named PhotoPanels as in the movie, but my images are not rotating as they do in the tutorial at this point.
I got this scripts from a tutorial site. It's a 3D rotating menu/panels, reacting to the mouse movement. On mouse click, it will expand to a certain size, but I can't stop the rotation. How can I stop the rotation with the specified panel facing front when mouse release, and return to rotating and its original size upon second mouse click?? And, I notice it's a little buggy, sometimes the panel shink to a smaller size.
View 3 RepliesI am working with a downloaded component that moves separate panels horizontally with an ease. there are 4 panels and they are controlled by 4 buttons to make them move.The code for the panels is:
onClipEvent (load) {
targetx = 46.0;
delay = 8;[code]...
T
he code for each button is:
on (release) {
menu.targetx = 46.0;
}
The value changes with each button to move the panels.My question is the buttons are actually buttons and I want to make them into movie clips but when I do that and apply the same code it does not work. Can this only be done with "buttons"? I am trying to create a portfolio section that slides from panel to panel by thumbnails and left and right arrows.
here's the link that i followed step by step with the exact same code to get slide out panels: [URL]..All the code makes sense how it should work but I keep getting
TypeError: Error #1009: Cannot access a property or method of a null object reference. at slideOutInfoPanel_fla::MainTimeline/frame1() and here's my code just as in the tutorial
panel_mc.panelinner_mc.popup_btn.addEventListener(MouseEvent.ROLL_OVER , rollF);
[Code]...
Is it possible to arrange panels inside the Flash workspace, to have one panel at the top, wide 100% (the timeline panel). Then below it, have 2 columns: main window panel on the left and properties on the right.
From what I experienced, it is not posible with docking. Either you must have all 3 panels 100% wide, or you must have 2 columns from top to bottom, and within each of those 2 columns, arrange as you wish.
I am using Flex AS3, i have a accordian with two tabs each tab contains some text boxes and i am trying to access these child controls from button event handler which resides outside the accordian, Problem is these controls are null until i open the tabs of accordian.
View 2 RepliesI have five panels with some logic in every of them.
How could I split styles, code and layout for every panel to several files?