u can create parent script objects: try the following
-- parent script rabbit
property weight
property speed
property name
property coat
on new (me)
-- initialize all properties here
weight = 10
return me
end
-- end parent script
u will have to call it like this
rabbit1 =...
Why not use "open" command to call your projector from Director movie. You can also try importing your flash movie into Director using "Link to external file" option
Well, if you are using Director 8 or above, you can use imaging Lingo to check if your sprite(the moving one) is on a white area or a coloured area of the other sprite (maze) by using "getPixel"
I don't know if I have understood this problem correctly, but in Photoshop you can anytime flatten the layers, or you can use "save as" option and save as a jpeg and then import it in Director.
As for the co-ordinates problem, if you can explain the problem a bit more in detail, I may...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.