|
Problem with rotating dynamic sprites Hi I have following script in the first frame and on the scene exist a sprite (under sprite(1)). The problem is, that this script, that exist from beginning on the stage is rotating, but this dynamic one not. Why? What I'm making wrong? function Mysz(lobj) { this.OBJ=lobj; } Mysz.prototype.enterFra... 6 May 2008 22:24
scores Hello everyone, I'm creating a dressup game for kids, which will have a score system. There are 3 items of clothing worth 10, 15 and 20 points. On one page they can select the garments. I've created a global variable called gScore and have set it to 0 in startmovie. On the sprite of each garment of clo... 15 Apr 2008 06:33
using variables in a text field I am very rusty using lingo, and I cannot find how to do this in any of my old projects (using director 7 if that helps you date this) I am trying to generate a random number, which becomes visible in a text field on the stage after the user presses a button. The text field is called "hotseat" on the bu... 14 Apr 2008 12:10
Importing Files to a Director Movie Hi I'm trying to create a photo album in director and am having a problem finding a way to let users import pictures into the movie. I would like the user to click an add button and a browse window open to allow them to select the picture and then add it to an album possibly by using an array to store it. H... 14 Apr 2008 23:24
Installer Best Practice I have more of a general question, than "Director" specific...But I'm sure someone here has some expertise on this issue. I'm noticing that there are a lot of issues reading/writing files to the "Program Files" folder in Vista. A lot of security issues, etc., that can be problematic for users. It seems like if... 13 Apr 2008 16:45
Quit button I would like to create a quit button in director using lingo, i already know how to quit but i would like for director to prompt me with an alert that says do i really want to quit. So that when i press yes its quits or if i press no it doesn't. I have been trying to find a way to do this on the help section but ... 13 Apr 2008 17:33
Behavior keeps dying... I have a behavior on a sprite which seems to do exactly what it's supposed to most of the time, but after about 10-20 trial runs in Authoring mode, it suddenly just stops responding. To anything. I can even add a "put" command into its beginSprite just to see if it's responding, and it just doesn't do anythin... 13 Apr 2008 15:57
Variable to property Okay, say I have a property list: Names = [#Alice: 13, #Bob: 24, #Carol: 41] If I want to access #Bob, it's as easy as saying: put Names.Bob -- 24 Yay. So, say I have a variable that I want to use as the property to check: var = "Bob" How do I make it check that property in the list? I can't use "N... 13 Apr 2008 17:33
Newbie lost Hi there. My boss drop this bomb in my desk and I have no idea of how to sort. He gave a director file that I need to modify in order to work (apparently the project was started by the guy who left). Basically I got this director that using the WebXtra should try go to a certain web page. If there is no interne... 14 Apr 2008 10:34 |