Search found 40 matches

by commodore64
Wed Feb 03, 2010 1:41 pm
Forum: Pano2VR general
Topic: Help required for swf loading
Replies: 4
Views: 2896

Re: Help required for swf loading

Do you have any sounds on it?
by commodore64
Mon Jan 18, 2010 2:06 pm
Forum: ActionScript
Topic: Stack of Two - (AS3 Preloader experiment)
Replies: 14
Views: 11768

Re: Stack of Two - (AS3 Preloader experiment)

nice.

Would mask's works with those?

How about 'linking' the movement?
(for example day & night scenes, switch views or adjust transparency,
and you are looking at the same direction)
by commodore64
Wed Dec 30, 2009 12:15 pm
Forum: Pano2VR general
Topic: A few newbie questions
Replies: 3
Views: 2542

Re: A few newbie questions

make the hotspot buttons (with hotspot template) smaller/more transparent on normal state, and bigger/more visible etc. on mouseover state. For example, hotspot would be just thin yellow circle or dot, and button mouseover state would be bigger filled circle.. -- If its html pages, you could put eac...
by commodore64
Mon Dec 14, 2009 10:58 am
Forum: Pano2VR general
Topic: Batch prosessing crash, after x number of images..(?)
Replies: 0
Views: 1312

Batch prosessing crash, after x number of images..(?)

hi, Batch prosessing keeps crashing after certain number of images. On current project, I try to batch process to 3x2 video. And it crashes everytime after 26 images (26 images ok, 27th crash) Also if i pick 26 images, batch process them (Ok) and then try manually transforming next image (#27),crash...
by commodore64
Tue Dec 08, 2009 2:48 pm
Forum: Pano2VR general
Topic: Sound problem (Version 2.3 beta 4)
Replies: 0
Views: 1309

Sound problem (Version 2.3 beta 4)

hi,

I have multiple locations linked,
and 1.swf has "directional circular" sound.

If i run that 1.swf directly, then sound works,
but if I jump to that 1.swf from my main.swf (main.exe)
then sound doesnt play and the panorama 'backplane' is gray..(attached image)
by commodore64
Tue Dec 08, 2009 12:18 pm
Forum: Pano2VR general
Topic: radar beam angles?
Replies: 2
Views: 2166

Re: radar beam angles?

Thanks that looks good (although bit complex to setup?)

I solved the problem by placing a one text element with $ap (panorama angle)
and using that as a reference for setting angles. (got idea from your system)
by commodore64
Fri Dec 04, 2009 11:10 am
Forum: Pano2VR general
Topic: radar beam angles?
Replies: 2
Views: 2166

radar beam angles?

hi, is there an easy way to get radar beam angles correct, when moving between many hotspots? (other than trial and error, manually adjusting "set element angle" for each hotspot click..?) *is that save/load draft button needed in this forum? I seem to always click load or save instead of ...
by commodore64
Fri Nov 27, 2009 6:27 am
Forum: Pano2VR general
Topic: Actions > change element hue / saturation
Replies: 0
Views: 1286

Actions > change element hue / saturation

Hi, just some suggestions for actions: change element saturation / hue (good for making buttons grayscale on init, then color back on mouseover) change element brightness, drop shadow, glow, contrast, (since those are available in Flash filters..) and since the action list is getting longer, you cou...
by commodore64
Wed Nov 25, 2009 7:31 am
Forum: ActionScript
Topic: Access panorama (vr.) from skin embedded swf?
Replies: 1
Views: 2965

Access panorama (vr.) from skin embedded swf?

hi, I embedded an external .swf using text object in skin editor: <img src="test2.swf" width="200" height="200"> But how to access the main panorama from that? For example, in "test2.swf" i want to have button to load panorama#2.. Or how to access hotspot_clic...
by commodore64
Mon Feb 16, 2009 12:23 pm
Forum: Pano2VR/Object2VR Skins
Topic: Skins: Custom button clicked event?
Replies: 2
Views: 3125

Skins: Custom button clicked event?

Hi,

Tried searching answers first, but no luck.

I have added a button on the skin and it shows on the exported swf ok.
But how to catch the button being clicked from Flash AS3 (it would have a custom function to do something)?

if SkinButton is Clicked()
someMC.gotoAndPlay(...)