• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

MISSION THOUGHT CLOUD

Community Beginner ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

Stardate: 71071.8

This (gif) shows how it's meant to be, just randomized with 137 different pictures and with random

time intervals for each cloud and as eternal loop:
mission-1.gif

Diffiicuties faced so far:

  • Canvas is not responsive despite I have choosen "make responsive" and "scale to fit visible area"
  • The only image that could be loaded into a masked image component is this image yet!!??!!
    3.jpg

Your mission tool kit

Desired achievemnts:

If we achieve this canvas to work correctly you can seize it for your own projects. Would also be a nice for tutorials.

engage...

Views

576

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

Sorry, it's going to take me a while to filter out all the cutesy roleplaying so I can figure out what the actual problem is you're having.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

Yeah.. pls ignore that scififa while correcting if it's no useful solution integrity provider in order to come to a working solution for all of us (us and who else might download the file in order to seize it for projects)... I also try to focus on correct technical functionality... let's see who get's this canvas to work and shares the result...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

I will say this-- you can't mask Canvas components, because they aren't drawn on the stage. They float above the stage as DOM elements. You're going to have to use Bitmap objects.

And you don't want to be loading new images from URLs, because that means those images won't be preloaded, so there will be a delay before they appear.

In fact your entire approach seems needlessly complicated. Instead of dynamically changing image sources, just put every image in a single movieclip, then change images by setting the frame to display.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

sooooo your asking for "help" in solving this issue and then using it for your own needs.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

to : I assume animate cc in it's native functions can cope with images dynamically loaded into a image component that is subordered to a mask layer and mask the image accordingly I like to hear the opinion of a developer before I give up on this... I think I am correctly stupporn on this, because this is the way the programm would work best. images shall appear randomly... and 5 to 10 seconds interval till next image appears should be enough to load a 296x146px jpg image of 80% quality into an image component...

The problem is that my animate cc (file) is completly out of sync with the code I add

I tried now with single images on stage and turn opacity off at first with:

$("#img1").css("opacity", 0);

and after this failed with:

document.getElementById("img1").setAttribute("style","opacity:0; -moz-opacity:0; filter:alpha(opacity=0)");

but the images on stage were completly visible in both cases.

Maybe it's a conspiracy of the public health angels relations together with the causals. I'll give it some time till the ion storm is over.

to

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

felixc35586252  wrote

to : I assume animate cc in it's native functions can cope with images dynamically loaded into a image component that is subordered to a mask layer and mask the image accordingly​

I don't understand how you can assume that, since I just told you it's impossible.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

WHAT that's a thanks??

for providing secret data about the end of 2017 when ps cutting and dom rearranging had been added to animate cc and or bitmap masking to html5.x? ^^ And thats not from www.advancedTemporal.guru just probably. And I know nothing from you, expect your username is ClayUUID and only one and you are ACP while I pay for a non working programm, so I think it's wise to ask for a second opinion.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

Felix, maybe its me but I have the damn hardest time following your train of thought, your daft attempt at humor, and the general overall need to use these big long winded ways of asking questions. We routinely answer questions here to help others with this great program, the way you phrased the question and then told us we can use it IF we solved it comes across in a poor manner.

"Desired achievements:

If we achieve this canvas to work correctly you can seize it for your own projects. Would also be a nice for tutorials.

engage..."

Sorry if you feel you've been treated "Unfair" and trust me I'm not feeling "Conquered" by a project your working on (most likely for pay) that you cant get to work and then tell us we can use it only if we solve it as you wont "stand in our way".

Multiple people supplied help that your not listening too. You phrased the ask in a way that came across poorly much like your grammatical jaunt in trying to be witty. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

Thank you for your feedback.


I think that my programm is corrupted and buggy is not so funny or witty, neither to steal an idea without letting the according source point of the idea and effort invested so far benefit from the solution process.

"We just recieved a message from eployee two, that the problem with the responsivity could be solved now. Unfortunatly no image is showing up yet still. Star Trek tm Shareholding stable at 50%. Thank you ladies and gentlemen we are making progresses"

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

Please take your meds.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 10, 2017 Aug 10, 2017

Copy link to clipboard

Copied

LATEST

I'm done

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines